mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-06-06 14:23:59 +02:00
save current view in map to url via hash, add about pages and such
This commit is contained in:
@@ -16,7 +16,17 @@ const router = createRouter({
|
||||
// this generates a separate chunk (About.[hash].js) for this route
|
||||
// which is lazy-loaded when the route is visited.
|
||||
component: () => import('../views/AboutView.vue')
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/what-is-an-alpr',
|
||||
name: 'what-is-an-alpr',
|
||||
component: () => import('../views/WhatIsAnALPRView.vue')
|
||||
},
|
||||
{
|
||||
path: '/report',
|
||||
name: 'report',
|
||||
component: () => import('../views/ReportView.vue')
|
||||
},
|
||||
]
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user