mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 03:49:07 +00:00
admin page & components
This commit is contained in:
@@ -74,10 +74,11 @@ const routes: RouteRecordRaw[] = [
|
||||
// }
|
||||
// },
|
||||
{
|
||||
name: "404",
|
||||
path: "/404",
|
||||
component: () => import("./pages/404Page.vue")
|
||||
}
|
||||
name: "admin",
|
||||
path: "/admin",
|
||||
meta: { requiresAuth: true },
|
||||
component: () => import("./pages/AdminPage.vue")
|
||||
},
|
||||
// {
|
||||
// path: "*",
|
||||
// redirect: "/"
|
||||
|
||||
Reference in New Issue
Block a user