0.0.9 • Published 7 months ago

db_instant_chat v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

db_instant_chat

基于iview的即时通讯聊天组件,仅适用于本公司内部框架。

1.插件安装

npm install db_instant_chat

2.插件卸载

npm uninstall db_instant_chat

3.配制流程服务api

VUE_APP_MSGURL='http://192.168.1.118:7014'

4.PC引用方式

A.添加引用
import PcChat from 'db_instant_chat/PcChat'
B.注册组件
components: { PcChat },
C.添加页面标签
<PcChat/>