Bildvorschau hinzugefügt

This commit is contained in:
R40fendt
2025-04-21 17:44:05 +02:00
parent c4822b9f37
commit d648ed55ff
2 changed files with 148 additions and 1 deletions

View File

@@ -4,7 +4,8 @@ import Galerie from "../views/Galerie.vue";
const routes = [
{ path: '/', component: () => import('../views/Main.vue') },
{ path: '/galerie', component: Galerie }
{ path: '/galerie', component: Galerie },
{ path: '/bild/:ev/:jahr', component: () => import('../views/Bildvorschau.vue') },
]
export default createRouter({