以最少的代码实现最想要的功能。
# 使用yarn安装。
yarn add jwchat
# 或者
npm install jwchat
使用npm安装。
npm i jwchat
element-ui
开发。首先需要引入 element-ui
。npm install element-ui
main.js
中引入组件import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
Vue.use(ElementUI);
import JwChat from 'jwchat';
/* 在 0.2.041 之前的版本需要引入 css */
// import 'jwchat/lib/JwChat.css';
Vue.use(JwChat)
<JwChat-index
:taleList="list"
@enter="bindEnter"
v-model="inputMsg"
:showRightBox='true'
scrollType="noscroll"
/>