前端优化

This commit is contained in:
2026-06-12 13:36:39 +08:00
parent f92ad5fab4
commit 522e88a6a2
11 changed files with 42 additions and 19 deletions
+1
View File
@@ -94,6 +94,7 @@
<MessageBubble
v-for="m in chat.messages"
:key="m.id"
v-memo="[m.id, m.content, m.status]"
:message="m"
@retry="onRetry"
/>