vue2-client 1.8.106 → 1.8.108

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.8.106",
3
+ "version": "1.8.108",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -51,7 +51,7 @@ const loadComponents = (value) => {
51
51
  for (const item in component) {
52
52
  const path = value[item]
53
53
  if (path) {
54
- component[item] = import(`@/layouts/header/${path}`)
54
+ component[item] = import(`@vue2-client/layouts/header/${path}`)
55
55
  }
56
56
  }
57
57
  return component
@@ -1,10 +1,10 @@
1
1
  <template>
2
2
  <div class="search-bar">
3
- <a-select default-value="all" class="select" @change="handleChange" :dropdownMatchSelectWidth="false">
4
- <a-select-option v-for="d in selectOption" :key="d.value">
5
- {{ d.text }}
6
- </a-select-option>
7
- </a-select>
3
+ <!-- <a-select default-value="all" class="select" @change="handleChange" :dropdownMatchSelectWidth="false">-->
4
+ <!-- <a-select-option v-for="d in selectOption" :key="d.value">-->
5
+ <!-- {{ d.text }}-->
6
+ <!-- </a-select-option>-->
7
+ <!-- </a-select>-->
8
8
  <a-auto-complete
9
9
  v-model="searchInput"
10
10
  class="search-input"