mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Możliwość dodawania numeru pociągu w linku
This commit is contained in:
+1
-2
@@ -12,8 +12,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: "/trains",
|
||||
name: "TrainsView",
|
||||
component: () => import("@/views/TrainsView.vue"),
|
||||
props: true,
|
||||
|
||||
props: route => ({ train: route.query.train })
|
||||
},
|
||||
{
|
||||
path: "/scenery",
|
||||
|
||||
Reference in New Issue
Block a user