mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Przekierowanie do aktywnego RJ
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: "/trains",
|
||||
name: "TrainsView",
|
||||
component: () => import("@/views/TrainsView.vue"),
|
||||
props: route => ({ train: route.query.train })
|
||||
props: route => ({ train: route.query.train, driver: route.query.driver })
|
||||
},
|
||||
{
|
||||
path: "/scenery",
|
||||
|
||||
Reference in New Issue
Block a user