avant codex
This commit is contained in:
@@ -5,11 +5,15 @@ export default createRouter({
|
||||
{ path: '/', component: () => import('@/views/DashboardView.vue') },
|
||||
{ path: '/jardins', component: () => import('@/views/JardinsView.vue') },
|
||||
{ path: '/jardins/:id', component: () => import('@/views/JardinDetailView.vue') },
|
||||
{ path: '/varietes', component: () => import('@/views/VarietesView.vue') },
|
||||
{ path: '/plantes', component: () => import('@/views/PlantesView.vue') },
|
||||
{ path: '/outils', component: () => import('@/views/OutilsView.vue') },
|
||||
{ path: '/plantations', component: () => import('@/views/PlantationsView.vue') },
|
||||
{ path: '/planning', component: () => import('@/views/PlanningView.vue') },
|
||||
{ path: '/taches', component: () => import('@/views/TachesView.vue') },
|
||||
{ path: '/lunaire', component: () => import('@/views/LunaireView.vue') },
|
||||
{ path: '/calendrier', component: () => import('@/views/CalendrierView.vue') },
|
||||
{ path: '/reglages', component: () => import('@/views/ReglagesView.vue') },
|
||||
// Redirect des anciens liens
|
||||
{ path: '/varietes', redirect: '/plantes' },
|
||||
{ path: '/lunaire', redirect: '/calendrier' },
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user