Client - init administration + refacto

This commit is contained in:
Sam
2021-10-23 21:34:02 +02:00
parent ffa673b3bc
commit 04cf43cfd2
26 changed files with 321 additions and 83 deletions

View File

@ -162,6 +162,12 @@ const routes: Array<RouteRecordRaw> = [
/* webpackChunkName: 'workouts' */ '@/views/workouts/AddWorkout.vue'
),
},
{
path: '/admin',
name: 'Administration',
component: () =>
import(/* webpackChunkName: 'admin' */ '@/views/AdminView.vue'),
},
{
path: '/:pathMatch(.*)*',
name: 'not-found',