admin page & components

This commit is contained in:
2026-02-27 16:58:38 +01:00
parent 081240c83e
commit 0f774e8f2e
6 changed files with 1159 additions and 4 deletions

View File

@@ -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: "/"