Skip to content

Commit

Permalink
chore: respect deprecation of MenuLinkRoute
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Mar 27, 2024
1 parent f626a48 commit 5554529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const drawerRoutes: MenuLinkRoute[] = [
{
label: 'Account',
icon: 'ph:user',
path: '/account'
to: '/account'
}
]
Expand Down

0 comments on commit 5554529

Please sign in to comment.