BuLi-Tipp hinzugefügt
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user