1f4222a6b1b04b7d1c6274ae919c41d747b4b3d3
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Lemon IMUI
基于 VUE 2.0 的 IM 聊天组件
特性
- 拥有丰富的自定义功能,任意搭配出不同风格的聊天界面
- 不依赖任何第三方 UI 组件库
- 可任意扩展聊天消息类型
安装
npm install lemon-imui -S
使用
import LemonIMUI from 'lemon-imui';
import 'lemon-imui/dist/index.css';
Vue.use(LemonIMUI);
<lemon-imui ref="IMUI" />
示例 · 文档
Description