feat(kol-web): add /kol/profile page with nav entry
This commit is contained in:
@@ -166,6 +166,16 @@ const router = createRouter({
|
||||
requiresKol: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "kol/profile",
|
||||
name: "kol-profile",
|
||||
component: () => import("@/views/KolProfileView.vue"),
|
||||
meta: {
|
||||
titleKey: "kol.profile.title",
|
||||
navKey: "/kol/profile",
|
||||
requiresKol: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "kol/marketplace",
|
||||
name: "kol-marketplace",
|
||||
|
||||
Reference in New Issue
Block a user