fix: view caching & icons flicker

This commit is contained in:
2025-09-16 22:32:04 +02:00
parent 1024e44cc0
commit 023de9f7b8
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<main class="app_main">
<router-view v-slot="{ Component }">
<keep-alive exclude="SceneryView">
<keep-alive>
<component :is="Component" :key="$route.name" />
</keep-alive>
</router-view>