xiongzhu hace 4 años
padre
commit
2c9763997e
Se han modificado 1 ficheros con 3 adiciones y 5 borrados
  1. 3 5
      src/App.vue

+ 3 - 5
src/App.vue

@@ -1,9 +1,7 @@
 <template>
-    <transition :name="'transition-' + $store.state.direction">
-        <keep-alive :include="['sndList']">
-            <router-view class="router-page" id="root" v-transition></router-view>
-        </keep-alive>
-    </transition>
+    <keep-alive :include="['sndList']">
+        <router-view class="router-page" id="root" v-transition></router-view>
+    </keep-alive>
 </template>
 <script>
 import { mapState } from 'vuex';