Poprawiono szlaki; poprawiono UX dla widoku scenerii

This commit is contained in:
2022-03-05 20:25:37 +01:00
parent c9d0a674e4
commit ac76454173
8 changed files with 117 additions and 92 deletions
+2 -2
View File
@@ -69,11 +69,11 @@
<main class="app_main">
<router-view v-slot="{ Component }">
<transition name="view-anim" mode="out-in">
<!-- <transition name="view-anim" mode="out-in"> -->
<keep-alive>
<component :is="Component" />
</keep-alive>
</transition>
<!-- </transition> -->
</router-view>
</main>