add: form edit profile

This commit is contained in:
Alexandro Uc Santos
2024-04-03 19:58:25 -06:00
parent ef06521733
commit 4bc44038c2
9 changed files with 301 additions and 10 deletions

View File

@@ -78,6 +78,11 @@ const router = createRouter({
name: 'company',
component: () => import('../views/MyCompanyView.vue'),
},
{
path: 'profile',
name: 'profile',
component: () => import('../views/EditProfileView.vue'),
},
{
path: 'empresa/:id',
name: 'public-users',