From ca983590da72cb13392cb8897f4045fbacbc6c8d Mon Sep 17 00:00:00 2001 From: jinxu Date: Wed, 6 Dec 2023 18:03:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A8=E5=8D=95=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E4=B8=BAtop=E6=97=B6=EF=BC=8C=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E7=BB=84=E4=BB=B6=E6=8C=89=E9=92=AE=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Search/src/Search.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Search/src/Search.vue b/src/components/Search/src/Search.vue index 4f9a6fc..5a15b4f 100644 --- a/src/components/Search/src/Search.vue +++ b/src/components/Search/src/Search.vue @@ -88,6 +88,9 @@ const newSchema = computed(() => { /> ) + }, + label: () => { + return   } } }