Optymalizacja aplikcji, małe poprawki

This commit is contained in:
2021-02-27 09:28:07 +01:00
parent 3c5a0d09ca
commit f55e13201d
6 changed files with 143 additions and 835 deletions
-6
View File
@@ -18,12 +18,6 @@ const routes: Array<RouteConfig> = [
component: TrainsView,
props: true,
},
{
path: '/timetable',
name: 'TimetableView',
component: () => import('@/views/TimetableView.vue'),
props: true,
},
{
path: '/scenery',
name: 'SceneryView',