printout page
This commit is contained in:
parent
225b686de6
commit
f3ffdb1ffd
7 changed files with 137 additions and 8 deletions
|
@ -197,6 +197,12 @@ const router = createRouter({
|
|||
component: () => import("@/views/admin/club/protocol/ProtocolAgenda.vue"),
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
path: "printout",
|
||||
name: "admin-club-protocol-printout",
|
||||
component: () => import("@/views/admin/club/protocol/ProtocolPrintout.vue"),
|
||||
props: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue