Przekierowanie do historii dr

This commit is contained in:
2022-05-25 14:14:50 +02:00
parent 2e5f692a6f
commit 9aad5f77dc
5 changed files with 54 additions and 27 deletions
+2 -2
View File
@@ -70,7 +70,7 @@
/
<router-link class="route" active-class="route-active" to="/trains">{{ $t('app.trains') }} </router-link>
/
<router-link class="route" active-class="route-active" to="/journal"
<router-link class="route" active-class="route-active" to="/journal?view=timetables"
>{{ $t('app.journal') }}
</router-link>
</span>
@@ -79,7 +79,7 @@
</header>
<main class="app_main">
<router-view v-slot="{ Component }">
<router-view v-slot="{ Component }" :key="$route.fullPath">
<!-- <transition name="view-anim" mode="out-in"> -->
<keep-alive>
<component :is="Component" />