chat-record-modal

1.3.0 • Public • Published

Quick Start

使用: 安装ant-design-vue
<ChatRecordModal :visible.sync="chatRecordVisible" :type="chatType" :infoData="infoData" :token="token"/>

	import ChatRecordModal from 'chat-record-modal'
	data() {
		return {
			chatRecordVisible: false,
			chatType: false,//true:群聊 false:私聊
			infoData: infoData ,
			token: "eyJj...."
		}
	}
群聊:	infoData:{ group: { name: '', avatar: '',groupId: '' },  wechatAccount: { wechatName: '', wechatId: ''} }
私聊:  infoData:{ customerInfo: { name: '', avatar: '',customerId: '' },  wechatAccount: { wechatName: '', wechatId: ''} }

chat-record-modal component

Build Setup

# install dependencies
npm install 

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

Readme

Keywords

none

Package Sidebar

Install

npm i chat-record-modal

Weekly Downloads

0

Version

1.3.0

License

MIT

Unpacked Size

41.7 kB

Total Files

18

Last publish

Collaborators

  • renyunfei