xiongzhu пре 4 година
родитељ
комит
2c9763997e
1 измењених фајлова са 3 додато и 5 уклоњено
  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';