Skip to content

Commit

Permalink
fix(VerticalNavigation): links to type
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 22, 2023
1 parent a893d7f commit 7970aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/navigation/VerticalNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import $ui from '#build/ui'
defineProps({
links: {
type: Array as PropType<{
to?: RouteLocationNormalized
to?: RouteLocationNormalized | string
exact?: boolean
label: string
icon?: string
Expand Down

1 comment on commit 7970aef

@vercel
Copy link

@vercel vercel bot commented on 7970aef Feb 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxtlabs.vercel.app
ui-nuxtlabs.vercel.app
nuxthq-ui.vercel.app

Please sign in to comment.