Skip to content

Commit

Permalink
meals have toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb committed Apr 15, 2024
1 parent 835e0cb commit 422cb9a
Show file tree
Hide file tree
Showing 2 changed files with 299 additions and 223 deletions.
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/Hardware.vue'),
},
{
path: '/meals',
path: '/meals/:mealsId?',
name: 'meals',
component: () => import('@/views/Meals.vue'),
},
Expand Down
Loading

0 comments on commit 422cb9a

Please sign in to comment.