This commit is contained in:
2022-05-28 01:32:23 +02:00
parent 0b5b0f5178
commit 7fa4721d98
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -59,10 +59,10 @@
</header> </header>
<main class="app_main"> <main class="app_main">
<router-view v-slot="{ Component }" :key="$route.fullPath"> <router-view v-slot="{ Component }">
<!-- <transition name="view-anim" mode="out-in"> --> <!-- <transition name="view-anim" mode="out-in"> -->
<keep-alive> <keep-alive>
<component :is="Component" /> <component :is="Component" :key="$route.fullPath" />
</keep-alive> </keep-alive>
<!-- </transition> --> <!-- </transition> -->
</router-view> </router-view>