vue-Chat-demo icon indicating copy to clipboard operation
vue-Chat-demo copied to clipboard

一个基于Vue + Webpack构建的简单chat示例,聊天记录保存在localStorge。简单演示了Vue的component、filter、directive、computed以及组件间的事件通讯

Results 5 vue-Chat-demo issues
Sort by recently updated
recently updated
newest added

chunk.js:2519 [Vue warn]: Property or method "session" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or...

很不错的项目,可惜我是新手 如果能加个发送按钮就好了

作者你好,我在项目里面集成了你的项目,但是发送消息的时候不能自动换行,发的消息都并排显示,这是什么原因呢