mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
hotfix: TrainsView watcher causing routing problems
This commit is contained in:
+2
-1
@@ -25,7 +25,8 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: 'DriverView',
|
||||
component: () => import('../views/DriverView.vue'),
|
||||
props: (route) => ({
|
||||
trainId: route.query.trainId
|
||||
trainId: route.query.trainId,
|
||||
modalId: route.query.modalId
|
||||
})
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user