bugfix: 卡片传值

This commit is contained in:
2026-03-24 13:59:16 +08:00
parent 21a0acfff9
commit 86911e5f6b
5 changed files with 10 additions and 12 deletions

View File

@@ -33,7 +33,6 @@
watch(
() => props.messageList,
(val) => {
console.log('messageList',val)
scrollToBottom()
},
{ deep: true }