feat: add skills file
This commit is contained in:
@@ -29,6 +29,12 @@ const routes = [
|
||||
name: "Knowledge",
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: "/skills",
|
||||
component: () => import("@src/pages/skills/index.vue"),
|
||||
name: "Skills",
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: "/setting",
|
||||
component: () => import("@src/pages/setting/index.vue"),
|
||||
|
||||
Reference in New Issue
Block a user