|
@@ -1,9 +1,7 @@
|
|
|
<template>
|
|
<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>
|
|
</template>
|
|
|
<script>
|
|
<script>
|
|
|
import { mapState } from 'vuex';
|
|
import { mapState } from 'vuex';
|