use composables.
This commit is contained in:
@@ -40,13 +40,12 @@ export const routes = [
|
||||
path: "rank",
|
||||
component: () => import("oj/rank/list.vue"),
|
||||
},
|
||||
{
|
||||
path: "learn",
|
||||
component: () => import("learn/index.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/learn",
|
||||
component: () => import("~/shared/layout/default.vue"),
|
||||
children: [{ path: "", component: () => import("learn/index.vue") }],
|
||||
},
|
||||
{
|
||||
path: "/admin",
|
||||
component: () => import("~/shared/layout/admin.vue"),
|
||||
|
||||
Reference in New Issue
Block a user