mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 07:21:46 +01:00
fix: to prop type
This commit is contained in:
@@ -38,7 +38,7 @@ const props = defineProps({
|
||||
}
|
||||
},
|
||||
to: {
|
||||
type: [String, Object] as PropType<RouteLocationNormalized>,
|
||||
type: [String, Object] as PropType<string | RouteLocationNormalized>,
|
||||
default: null
|
||||
},
|
||||
click: {
|
||||
|
||||
Reference in New Issue
Block a user