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 }} />;
-1
View File
@@ -71,5 +71,4 @@ export default {
showPopover();
});
},
inserted(el, binding, vnode) {}
};
+1 -1
View File
@@ -32,7 +32,7 @@ const components = [
lemonMessageFile,
lemonMessageEvent
];
const install = (Vue, opts = {}) => {
const install = (Vue) => {
Vue.directive("LemonContextmenu", Contextmenu);
components.forEach(component => {
Vue.component(component.name, component);