Bildschau hinzugefügt

This commit is contained in:
R40fendt
2025-04-21 19:16:08 +02:00
parent daa05dcfa6
commit 729320d39f
3 changed files with 265 additions and 0 deletions

View File

@@ -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({