List print base structure

This commit is contained in:
Julian Krauser 2025-03-19 14:38:35 +01:00
parent 25925133b8
commit 4c25969b78
4 changed files with 116 additions and 1 deletions

View file

@ -295,6 +295,13 @@ const router = createRouter({
meta: { type: "read", section: "club", module: "query" },
beforeEnter: [abilityAndNavUpdate],
},
{
path: "listprint",
name: "admin-club-listprint",
component: () => import("@/views/admin/club/listprint/ListPrint.vue"),
meta: { type: "read", section: "club", module: "listprint" },
beforeEnter: [abilityAndNavUpdate],
},
],
},
{