Add navbar

This commit is contained in:
2023-01-14 15:27:48 +01:00
parent 0d7c5309a2
commit 3a078e0195
11 changed files with 1478 additions and 125 deletions

View File

@ -8,12 +8,7 @@ const router = createRouter({
path: "/",
name: "home",
component: HomeView
},
// {
// path: "/about",
// name: "about",
// component: () => import("../views/AboutView.vue")
// }
}
]
})