From 07cac12dac492e5678f0582c3830bbbc236dab06 Mon Sep 17 00:00:00 2001 From: ChenZhaoYu <790348264@qq.com> Date: Wed, 8 Mar 2023 10:38:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E5=9B=9E=E5=8E=9F=E6=A0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/chat/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/chat/index.vue b/src/views/chat/index.vue index ffc1653..2fefff9 100644 --- a/src/views/chat/index.vue +++ b/src/views/chat/index.vue @@ -113,6 +113,7 @@ async function onConversation() { requestOptions: { prompt: message, options: { ...options } }, }, ) + scrollToBottom() } catch (error) { //