更新记录
1.0.0(2024-05-29) 下载此版本
无
平台兼容性
yqyx-emoji
使用方式
<yqyx-emoji @emotion="emotion" :height="260"></yqyx-emoji>
export default {
data() {
return {
}
},
methods: {
//接收表情
emotion(e) {
//console.log(e)
//自己的输入框
this.shurukuang = this.shurukuang + e
},
},
}