mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
fix(VerticalNavigation): links to type
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user