feat(map): clean stop markers and route dimming
This commit is contained in:
@ -44,6 +44,11 @@ const router = createRouter({
|
||||
name: 'taxi',
|
||||
component: () => import('@/views/TaxiView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/shuttle/:id',
|
||||
name: 'shuttle-details',
|
||||
component: () => import('@/views/ShuttleDetalleView.vue'),
|
||||
},
|
||||
|
||||
// ─── Vistas de Descubrir ─────────────────────────────────────────────
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user