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