From 7a5a292b3af21034e530779025bec9dc7d3aa5ce Mon Sep 17 00:00:00 2001 From: DebugIsFalse <511418503@qq.com> Date: Thu, 30 May 2024 11:40:01 +0800 Subject: [PATCH] Update [id].vue --- pages/search/[id].vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/search/[id].vue b/pages/search/[id].vue index e49549c..705b162 100644 --- a/pages/search/[id].vue +++ b/pages/search/[id].vue @@ -116,7 +116,7 @@ await init() function handleUpdateQuery(query) { - state.query = query + state.title = query } // 是否停止自动滚动到底部 const isAutoToBottom = ref(true) -- GitLab