From 870aaa5f8061a7017592d43945c804522682cb01 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Wed, 10 Apr 2024 14:38:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=B1=95=E5=BC=80=E6=94=B6?= =?UTF-8?q?=E8=B5=B7=E5=8A=9F=E8=83=BD=EF=BC=8C=E6=90=9C=E7=B4=A2=E6=A1=86?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E4=B8=8B=E8=87=AA=E5=8A=A8=E6=8D=A2?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/SearchBar/SearchBar.vue | 146 +++++++++++-------------- 2 files changed, 67 insertions(+), 81 deletions(-) diff --git a/package.json b/package.json index 3375a07..9818932 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-brick-zj", - "version": "1.0.5", + "version": "1.1.0", "private": false, "description": "组件封装", "main": "index.js" diff --git a/src/components/SearchBar/SearchBar.vue b/src/components/SearchBar/SearchBar.vue index 78d0b7e..a7ae406 100644 --- a/src/components/SearchBar/SearchBar.vue +++ b/src/components/SearchBar/SearchBar.vue @@ -1,5 +1,9 @@