This commit is contained in:
范君
2021-02-01 15:43:11 +08:00
11 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -813,7 +813,7 @@ export default {
index: "",
unread: 0,
lastSendTime: "",
lastSendTime: ""
lastContent: ""
},
contact
)
+1 -1
View File
@@ -8,7 +8,7 @@ export default {
<lemon-message-basic
class="lemon-message-text"
props={{ ...this.$attrs }}
scopedSlots={{
scopedSlots={{
content: props => {
const content = this.IMUI.emojiNameToImage(props.content);
return <span domProps={{ innerHTML: content }} />;