Use <router-link> instead of a @click handler in SceneryTimetable

This commit is contained in:
dominik-korsa
2024-08-21 13:29:53 +02:00
parent a818cd980b
commit 9837ae97e1
5 changed files with 19 additions and 21 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ const routes: Array<RouteRecordRaw> = [
component: () => import('../views/StationsView.vue'),
props: (route) => ({
region: route.query.region
})
}),
},
{
path: '/trains',
@@ -55,7 +55,7 @@ const routes: Array<RouteRecordRaw> = [
component: () => import('../views/JournalDispatchers.vue'),
props: (route) => ({
region: route.query.region
})
}),
},
{
path: '/:catchAll(.*)',