fix(VerticalNavigation): links to type

This commit is contained in:
Benjamin Canac
2023-02-22 12:22:54 +01:00
parent a893d7fa2e
commit 7970aefcb0

View File

@@ -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