From 8c554a86669f02dba7178e252267f5bb365f59bb Mon Sep 17 00:00:00 2001 From: Aresn Date: Fri, 17 May 2024 15:09:15 +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 3dcfbb3..bf6ba4d 100644 --- a/pages/search/[id].vue +++ b/pages/search/[id].vue @@ -225,7 +225,7 @@ const data = ref([]) const recommendQuestions = ref([]); const continueQuestion = ref(null) defineShortcuts({ - enter: { + meta_enter: { usingInput: 'queryInput', handler: () => { handleContinueAsk(continueQuestion.value) -- GitLab