diff --git a/src/components/ChatArea.vue b/src/components/ChatArea.vue index 8cb5ca0..75a2ac2 100644 --- a/src/components/ChatArea.vue +++ b/src/components/ChatArea.vue @@ -11,6 +11,7 @@ defineProps({ onUpdated(() => { setState(); + scrollToBottom(); }); onMounted(() => { diff --git a/src/components/ChatComponent.vue b/src/components/ChatComponent.vue index 20ec695..061bcb2 100644 --- a/src/components/ChatComponent.vue +++ b/src/components/ChatComponent.vue @@ -31,7 +31,7 @@ const computedStatus = computed(() => store.chatStatus); />
store.chatStatus); CHAT_STATUS.FORMULATING_ANSWER ].includes(computedStatus) " + :label="store.processingStatusLabel" />