add: pagination in search loads y companies
This commit is contained in:
@@ -119,12 +119,12 @@ const router = createRouter({
|
||||
component: () => import('../views/VehiclesView.vue'),
|
||||
},
|
||||
{
|
||||
path: 'embarcadores',
|
||||
path: 'transportistas',
|
||||
name: 'carriers',
|
||||
component: () => import('../views/CarriersView.vue'),
|
||||
},
|
||||
{
|
||||
path: 'transportistas',
|
||||
path: 'embarcadores',
|
||||
name: 'shippers',
|
||||
component: () => import('../views/ShippersView.vue'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user