From cd7332b561e25c317480794140505c942ee6ccdb Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Mon, 7 Feb 2022 10:02:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20search-bar=20name=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/statistical/search-bar.vue | 2 -- yarn.lock | 11 ++++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/components/statistical/search-bar.vue b/src/components/statistical/search-bar.vue index 7374a7f..dcd961a 100644 --- a/src/components/statistical/search-bar.vue +++ b/src/components/statistical/search-bar.vue @@ -51,8 +51,6 @@ import { useStore } from 'vuex'; import dayjs from 'dayjs'; import { exportHistory } from 'apis'; -export default { name: 'StatisticalSearchBar' }; - const emit = defineEmits(['search']); const searchDevice = reactive({ deviceId: '', diff --git a/yarn.lock b/yarn.lock index b8c18fd..f507e0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2209,9 +2209,9 @@ "is-date-object" "^1.0.1" "is-symbol" "^1.0.2" -"esbuild-linux-64@0.13.8": - "integrity" "sha1-AJL8igZAAad3v6DjtCW7i+j5bmo=" - "resolved" "https://registry.npmmirror.com/esbuild-linux-64/download/esbuild-linux-64-0.13.8.tgz?cache=0&sync_timestamp=1634439421101&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fesbuild-linux-64%2Fdownload%2Fesbuild-linux-64-0.13.8.tgz" +"esbuild-darwin-arm64@0.13.8": + "integrity" "sha1-qZEVemAT+s1PLhQVm32lJibJAVQ=" + "resolved" "https://registry.npmmirror.com/esbuild-darwin-arm64/download/esbuild-darwin-arm64-0.13.8.tgz?cache=0&sync_timestamp=1634439409770&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fesbuild-darwin-arm64%2Fdownload%2Fesbuild-darwin-arm64-0.13.8.tgz" "version" "0.13.8" "esbuild@^0.13.2": @@ -2703,6 +2703,11 @@ "resolved" "https://registry.nlark.com/fs.realpath/download/fs.realpath-1.0.0.tgz" "version" "1.0.0" +"fsevents@~2.3.2": + "integrity" "sha1-ilJveLj99GI7cJ4Ll1xSwkwC/Ro=" + "resolved" "https://registry.npm.taobao.org/fsevents/download/fsevents-2.3.2.tgz?cache=0&sync_timestamp=1612536409579&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffsevents%2Fdownload%2Ffsevents-2.3.2.tgz" + "version" "2.3.2" + "function-bind@^1.1.1": "integrity" "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=" "resolved" "https://registry.npm.taobao.org/function-bind/download/function-bind-1.1.1.tgz"