Dodano filtry do widoku historii rozkładów jazdy

This commit is contained in:
2022-01-26 14:58:47 +01:00
parent 063131056e
commit 0ff5ca344f
9 changed files with 421 additions and 247 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ const routes: Array<RouteRecordRaw> = [
},
{
path: "/journal",
name: "TimetableHistoryView",
component: () => import("@/views/TimetableHistoryView.vue"),
name: "JournalView",
component: () => import("@/views/JournalView.vue"),
},
{
path: '/:catchAll(.*)',