Browse Source

fix: search-bar name导致的bug

feature-with-login
wally 4 years ago
parent
commit
cd7332b561
  1. 2
      src/components/statistical/search-bar.vue
  2. 11
      yarn.lock

2
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: '',

11
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"

Loading…
Cancel
Save