Browse Source

fix: 修复移动端搜索缓存keep-alive

zhangyuhan 4 years ago
parent
commit
dea3a28ce2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jydocs-mobile/src/views/Search.vue

+ 1 - 1
jydocs-mobile/src/views/Search.vue

@@ -65,7 +65,7 @@ import { mapState, mapMutations, mapActions } from 'vuex'
 import { dateFormatter } from '@/utils/globalFunctions'
 
 @Component({
-  name: 'home',
+  name: 'search-page',
   components: {
     [Tab.name]: Tab,
     [Tabs.name]: Tabs,