fix: clear session active when close session
This commit is contained in:
@@ -105,6 +105,11 @@ const router = createRouter({
|
||||
name: 'tracking-load',
|
||||
component: () => import('../views/TrackingLoadView.vue'),
|
||||
},
|
||||
{
|
||||
path: 'buscar-cargas',
|
||||
name: 'search-loads',
|
||||
component: () => import('../views/SearchLoadsView.vue'),
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user