更新记录
1.0.0(2024-05-29) 下载此版本
无
平台兼容性
yqyx-chat
使用方式
<yqyx-chat :send="send" :jieshou="jieshou" wsurl="ws://192.168.1.50:2018"></yqyx-chat>
export default {
data() {
return {
send:"洋气又优秀",
jieshou:"服务端"
}
},
methods: {
},
},
}
属性说明
名称 | 类型 | 默认值 | 描述 |
---|---|---|---|
send | String | 发送消息者 | |
jieshou | String | 接收消息者 | |
wsurl | String | WebSocket服务器地址 |