From ecad94e58baf8d8068b09d5042bffd4c1483e13f Mon Sep 17 00:00:00 2001 From: Aresn Date: Thu, 23 May 2024 16:57:07 +0800 Subject: [PATCH] Update Ask.vue --- components/i/search/Ask.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/i/search/Ask.vue b/components/i/search/Ask.vue index 6173e0a..ad81ecc 100644 --- a/components/i/search/Ask.vue +++ b/components/i/search/Ask.vue @@ -91,6 +91,7 @@ function handleAsk () { if (props.asking) return emits('ask', continueQuestion.value) continueQuestion.value = '' + handleBlur() } const queryInput = ref(null) -- GitLab