mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Przekierowanie do historii dr
This commit is contained in:
+2
-2
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user