add: approval section in control panel

This commit is contained in:
Mar0xy 2023-10-20 00:02:01 +02:00
parent fc5d75f8d4
commit 142f500f4b
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
7 changed files with 199 additions and 1 deletions

View file

@ -443,6 +443,10 @@ export const routes = [{
path: '/invites',
name: 'invites',
component: page(() => import('./pages/admin/invites.vue')),
}, {
path: '/approvals',
name: 'approvals',
component: page(() => import('./pages/admin/approvals.vue')),
}, {
path: '/',
component: page(() => import('./pages/_empty_.vue')),