Klönkasten und BuLi-Tipp

This commit is contained in:
R40fendt
2025-12-23 18:30:06 +01:00
parent 5f85a75521
commit df69dd24ba
14 changed files with 393 additions and 91 deletions

View File

@@ -11,6 +11,7 @@ const routes = [
{ path: '/umgebung', component: () => import('../views/Main.vue') },
{ path: '/footer', component: () => import("../views/Main.vue")},
{ path: '/willkommen', component: () => import("../views/Main.vue")},
{ path: '/anmeldeformular', component: () => import("../views/Main.vue")},
{ path: "/bulitipp", component: () => import("../views/Bulitipp.vue") },
{ path: "/bulitipp/tippen", component: () => import("../views/Bulitipp.vue") },
]
@@ -19,4 +20,4 @@ export default createRouter({
history: createWebHashHistory(),
routes,
});
});