use composables.

This commit is contained in:
2023-01-13 23:20:36 +08:00
parent d45783334d
commit d3caa5438d
15 changed files with 2360 additions and 72 deletions

View File

@@ -13,6 +13,7 @@ export const routes = [
{
path: "status",
component: () => import("oj/status/list.vue"),
meta: { requiresAuth: true },
},
{
path: "status/:statusID",
@@ -44,7 +45,7 @@ export const routes = [
{
path: "/learn",
component: () => import("~/shared/layout/default.vue"),
children: [{ path: ":step*", component: () => import("learn/index.vue") }],
children: [{ path: "", component: () => import("learn/index.vue") }],
},
{
path: "/admin",