Pan 7 роки тому
батько
коміт
bb0b37e0eb
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/views/layout/components/AppMain.vue

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

@@ -2,7 +2,7 @@
   <section class="app-main">
   <section class="app-main">
     <transition name="fade" mode="out-in">
     <transition name="fade" mode="out-in">
       <!-- <router-view :key="key"></router-view> -->
       <!-- <router-view :key="key"></router-view> -->
-      <router-view :key="key"></router-view>
+      <router-view></router-view>
     </transition>
     </transition>
   </section>
   </section>
 </template>
 </template>