Client - init profile edition

This commit is contained in:
Sam
2021-10-13 18:45:34 +02:00
parent fa164345d5
commit 5b470b7786
14 changed files with 401 additions and 10 deletions

View File

@ -34,6 +34,13 @@ const routes: Array<RouteRecordRaw> = [
path: '/profile',
name: 'Profile',
component: ProfileView,
props: { edition: false },
},
{
path: '/profile/edit',
name: 'ProfileEdition',
component: ProfileView,
props: { edition: true },
},
{
path: '/statistics',