huangxw пре 6 месеци
родитељ
комит
e9caa06394
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/layout/components/AppMain.vue

+ 1 - 1
src/layout/components/AppMain.vue

@@ -1,7 +1,7 @@
 <template>
     <section class="app-main">
         <router-view v-slot="{ Component, route }">
-            <keep-alive v-if="!route.meta.noCache" :include="tagsViewStore.cachedViews">
+            <keep-alive v-if="!route.meta.noCache" :include="[]">
                 <component :is="Component" v-if="!route.meta.link" :key="route.path" />
             </keep-alive>
             <transition v-if="route.meta.noCache" :enter-active-class="animante" mode="out-in">