feature notifications

This commit is contained in:
Alexandro Uc Santos
2024-09-07 18:44:57 -06:00
parent 84c0595f5b
commit c5f0831a81
23 changed files with 514 additions and 96 deletions

View File

@@ -94,7 +94,7 @@ const router = createRouter({
component: () => import('../views/LocationsView.vue'),
},
{
path: 'camiones',
path: 'ofertas',
name: 'published-trucks',
component: () => import('../views/TrucksPublishedView.vue'),
},