Klönkasten und BuLi-Tipp
This commit is contained in:
@@ -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,
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user