Dodano dziennik rozkładów jazdy

This commit is contained in:
2022-01-03 23:17:53 +01:00
parent df273e9b2b
commit 79ddaa6c2d
12 changed files with 466 additions and 40 deletions
+3 -3
View File
@@ -21,9 +21,9 @@ const routes: Array<RouteRecordRaw> = [
props: true
},
{
path: "/history",
name: "HistoryView",
component: () => import("@/views/HistoryView.vue"),
path: "/journal",
name: "TimetableHistoryView",
component: () => import("@/views/TimetableHistoryView.vue"),
},
{
path: '/:catchAll(.*)',