realtime-chat
v0.1.7
Published
* [ ] bug: room#onMessageReceived => 当组件多次销毁/初始化后, 接收消息的事件会绑定多次导致接收到的一条消息显示多次
Downloads
6
Readme
realtime-chat
TODO
- [ ] bug: room#onMessageReceived => 当组件多次销毁/初始化后, 接收消息的事件会绑定多次导致接收到的一条消息显示多次
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint