mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
eh
This commit is contained in:
parent
9bd2692f0b
commit
bc38dcfc9f
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,11 @@
|
|||
v-tab-item
|
||||
Places
|
||||
|
||||
//- Cohorts
|
||||
v-tab {{$t('common.cohorts')}}
|
||||
v-tab-item
|
||||
Cohorts
|
||||
|
||||
//- EVENTS
|
||||
v-tab
|
||||
v-badge(:value='!!unconfirmedEvents.length' :content='unconfirmedEvents.length') {{$t('common.events')}}
|
||||
|
@ -58,6 +63,7 @@ export default {
|
|||
Users: () => import(/* webpackChunkName: "admin" */'../components/admin/Users'),
|
||||
Events: () => import(/* webpackChunkName: "admin" */'../components/admin/Events'),
|
||||
Places: () => import(/* webpackChunkName: "admin" */'../components/admin/Places'),
|
||||
Cohorts: () => import(/* webpackChunkName: "admin" */'../components/admin/Cohorts'),
|
||||
Settings: () => import(/* webpackChunkName: "admin" */'../components/admin/Settings'),
|
||||
Federation: () => import(/* webpackChunkName: "admin" */'../components/admin/Federation.vue'),
|
||||
Moderation: () => import(/* webpackChunkName: "admin" */'../components/admin/Moderation.vue'),
|
||||
|
|
Loading…
Reference in a new issue