Bildschau hinzugefügt
This commit is contained in:
@@ -6,6 +6,7 @@ const routes = [
|
||||
{ path: '/', component: () => import('../views/Main.vue') },
|
||||
{ path: '/galerie', component: Galerie },
|
||||
{ path: '/bild/:ev/:jahr', component: () => import('../views/Bildvorschau.vue') },
|
||||
{ path: '/bild/:ev/:jahr/:bild', component: () => import('../views/Bildschau.vue') },
|
||||
]
|
||||
|
||||
export default createRouter({
|
||||
|
||||
Reference in New Issue
Block a user