dependabot/npm_and_yarn/decode-uri-component-0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component 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