Browse Source

修改页面缓存的bug

linyk 2 years ago
parent
commit
0bf79e8f06
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/App.vue

+ 1 - 3
src/App.vue

@@ -6,9 +6,7 @@
     <div class="container-wrapper">
       <slot>
         <div class="main-container">
-          <keep-alive>
-            <router-view/>
-          </keep-alive>
+          <router-view/>
         </div>
       </slot>
     </div>