Skip to content

Commit

Permalink
add travelId route
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb committed Apr 18, 2024
1 parent cb8cffb commit a8e8599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const routes: RouteRecordRaw[] = [
component: () => import('@/views/Meals.vue'),
},
{
path: '/travel',
path: '/travel/:travelId?',
name: 'travel',
component: () => import('@/views/Travel.vue'),
},
Expand Down

0 comments on commit a8e8599

Please sign in to comment.