源码:https://github.com/doterlin/vue-wxChat
演示地址:https://doterlin.github.io/vue-wxChat/
运行
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
介绍
支持文本和图片的展示(后续将支持对语音类的展示)。
支持滚动加载数据,其中滚动加载依赖我另外一个组件scrollLo
1