Zmiany w wyglądzie i funkcjonalnościach dziennika RJ

This commit is contained in:
2022-09-03 00:11:42 +02:00
parent 76d0ff88f1
commit b90ac6c09e
4 changed files with 149 additions and 135 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
<main class="app_main">
<router-view v-slot="{ Component }">
<keep-alive>
<component :is="Component" :key="$route.path" />
<component :is="Component" :key="$route.name" />
</keep-alive>
</router-view>
</main>