calendar base component
This commit is contained in:
parent
f453bdc7d3
commit
85289069ba
5 changed files with 170 additions and 3 deletions
|
@ -135,7 +135,7 @@ const router = createRouter({
|
|||
{
|
||||
path: "calendar",
|
||||
name: "admin-club-calendar",
|
||||
component: () => import("@/views/admin/members/Overview.vue"),
|
||||
component: () => import("@/views/admin/club/calendar/Calendar.vue"),
|
||||
meta: { type: "read", section: "club", module: "calendar" },
|
||||
beforeEnter: [abilityAndNavUpdate],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue