From 96206f10a2efced25a3693dc3a83876eec0194e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E6=80=80=E7=A3=8A=E2=80=9D?= <2280131253@qq.com> Date: Tue, 18 Jan 2022 14:00:49 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96table=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A1=86=E5=88=87=E6=8D=A2=E6=90=9C=E7=B4=A2=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=90=8E=E4=B8=8D=E8=83=BD=E5=9B=9E=E8=BD=A6=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TagSearch/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TagSearch/index.vue b/src/components/TagSearch/index.vue index 22fc5abb1..23e97b8d8 100644 --- a/src/components/TagSearch/index.vue +++ b/src/components/TagSearch/index.vue @@ -34,6 +34,7 @@ @blur="focus = false" @focus="focus = true" @change="handleConfirm" + @keyup.enter.native="handleConfirm" />