update
This commit is contained in:
@@ -813,7 +813,7 @@ export default {
|
||||
index: "",
|
||||
unread: 0,
|
||||
lastSendTime: "",
|
||||
lastSendTime: ""
|
||||
lastContent: ""
|
||||
},
|
||||
contact
|
||||
)
|
||||
|
||||
@@ -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 }} />;
|
||||
|
||||
@@ -71,5 +71,4 @@ export default {
|
||||
showPopover();
|
||||
});
|
||||
},
|
||||
inserted(el, binding, vnode) {}
|
||||
};
|
||||
|
||||
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user