增加插槽message-side

This commit is contained in:
fan
2021-02-05 22:55:47 +08:00
parent 793735bd88
commit 93dc874ea6
2 changed files with 42 additions and 21 deletions
+3 -2
View File
@@ -57,6 +57,7 @@
($refs.IMUI ? $refs.IMUI.drawerVisible : false) ? "关闭" : "打开"
}}抽屉</small
>
<br />
</template>
</lemon-imui>
<a
@@ -1296,8 +1297,8 @@ export default {
const { IMUI } = this.$refs;
setTimeout(() => {
console.log(IMUI.hasContact("cont1act-3"));
}, 2000);
IMUI.changeContact('contact-1');
}, 500);
IMUI.setLastContentRender("event", message => {
return `[自定义通知内容]`;