From d1dd3acd2d1d7f3f2e990f352d62a03df7f466ef Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 14 十一月 2024 11:50:58 +0800 Subject: [PATCH] 展开/折叠节点 --- src/components/chat/Chat.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue index 486c9d1..0b727ce 100644 --- a/src/components/chat/Chat.vue +++ b/src/components/chat/Chat.vue @@ -119,7 +119,7 @@ </div> </div> - <Loading v-if="isTalking && index === messageList.length - 1" class="w-fit my-auto" /> + <Loading v-if="isTalking && index === computedMessageList.length - 1" class="w-fit my-auto" /> </div> </div> </div> -- Gitblit v1.9.3