xiongzhu %!s(int64=4) %!d(string=hai) anos
pai
achega
2c9763997e
Modificáronse 1 ficheiros con 3 adicións e 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';