Pagination central
This commit is contained in:
parent
60d6150105
commit
8664836a20
11 changed files with 313 additions and 151 deletions
|
@ -174,9 +174,9 @@ const router = createRouter({
|
|||
props: true,
|
||||
},
|
||||
{
|
||||
path: "precense",
|
||||
name: "admin-club-protocol-precense",
|
||||
component: () => import("@/views/admin/club/protocol/ProtocolPrecense.vue"),
|
||||
path: "presence",
|
||||
name: "admin-club-protocol-presence",
|
||||
component: () => import("@/views/admin/club/protocol/ProtocolPresence.vue"),
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
|
@ -192,9 +192,9 @@ const router = createRouter({
|
|||
props: true,
|
||||
},
|
||||
{
|
||||
path: "protocol",
|
||||
name: "admin-club-protocol-protocol",
|
||||
component: () => import("@/views/admin/club/protocol/ProtocolProtocol.vue"),
|
||||
path: "agenda",
|
||||
name: "admin-club-protocol-agenda",
|
||||
component: () => import("@/views/admin/club/protocol/ProtocolAgenda.vue"),
|
||||
props: true,
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue