Explorar o código

修改页面缓存的bug

linyk %!s(int64=2) %!d(string=hai) anos
pai
achega
0bf79e8f06
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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>