refactor: mp/wx-msg拆分Msg组件

This commit is contained in:
dhb52
2023-05-04 22:45:12 +08:00
parent 1c77ba8e04
commit 2b84489969
3 changed files with 71 additions and 53 deletions

View File

@ -74,7 +74,7 @@ const reply = ref<Reply>({
})
const replySelectRef = ref<InstanceType<typeof WxReplySelect> | null>(null) // WxReplySelect组件ref用于消息发送成功后清除内容
const msgDivRef = ref() // 消息显示窗口ref用于滚动到底部
const msgDivRef = ref<HTMLDivElement | null>(null) // 消息显示窗口ref用于滚动到底部
/** 完成加载 */
onMounted(async () => {