mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
fix: default object options
This commit is contained in:
@@ -98,7 +98,7 @@ const props = defineProps({
|
||||
},
|
||||
options: {
|
||||
type: Object as PropType<Partial<UseFuseOptions<Command>>>,
|
||||
default: () => ({})
|
||||
default: () => {}
|
||||
},
|
||||
autoselect: {
|
||||
type: Boolean,
|
||||
|
||||
@@ -46,7 +46,7 @@ const props = defineProps({
|
||||
},
|
||||
popperOptions: {
|
||||
type: Object as PropType<PopperOptions>,
|
||||
default: () => ({})
|
||||
default: () => {}
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user