poprawki animacji statusów danych & tryb offline

This commit is contained in:
2023-11-13 14:59:17 +01:00
parent e08333dba1
commit a79ca78781
4 changed files with 47 additions and 131 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<main class="app_main">
<router-view v-slot="{ Component }">
<keep-alive exclude="JournalView">
<keep-alive exclude="JournalView,SceneryView">
<component :is="Component" :key="$route.name" />
</keep-alive>
</router-view>