Explorar el Código

修改页面缓存的bug

linyk hace 2 años
padre
commit
0bf79e8f06
Se han modificado 1 ficheros con 1 adiciones y 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>