BuLi-Tipp hinzugefügt

This commit is contained in:
R40fendt
2025-04-22 17:07:19 +02:00
parent b2ac80e0f4
commit f450567cc7
5 changed files with 220 additions and 6 deletions

View File

@@ -10,7 +10,9 @@ const routes = [
{ path: '/bild/:ev/:jahr/:bild', component: () => import('../views/Bildschau.vue') },
{ path: '/umgebung', component: () => import('../views/Main.vue') },
{ path: '/footer', component: () => import("../views/Main.vue")},
{ path: '/willkommen', component: () => import("../views/Main.vue")}
{ path: '/willkommen', component: () => import("../views/Main.vue")},
{ path: "/bulitipp", component: () => import("../views/Bulitipp.vue") },
{ path: "/bulitipp/tippen", component: () => import("../views/Bulitipp.vue") },
]
export default createRouter({