add: search loads

This commit is contained in:
Alexandro Uc Santos
2023-12-18 21:25:56 -06:00
parent 2a4bde6024
commit bc49895b01
10 changed files with 335 additions and 12 deletions

View File

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