From 4a245568b8f0b9438b99bc0cad659b6e57181f3c Mon Sep 17 00:00:00 2001 From: Aresn Date: Fri, 17 May 2024 15:09:35 +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 bf6ba4d..953b3d2 100644 --- a/pages/search/[id].vue +++ b/pages/search/[id].vue @@ -222,7 +222,7 @@ const handleReGenerate = (index) => { const data = ref([]) -const recommendQuestions = ref([]); +const recommendQuestions = ref([]) const continueQuestion = ref(null) defineShortcuts({ meta_enter: { -- GitLab