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({ defineProps({
links: { links: {
type: Array as PropType<{ type: Array as PropType<{
to?: RouteLocationNormalized to?: RouteLocationNormalized | string
exact?: boolean exact?: boolean
label: string label: string
icon?: string icon?: string