fix: default props for command palette (#116)

This commit is contained in:
Anthony Fu
2022-11-27 06:41:25 +08:00
committed by GitHub
parent 9cf92e34ab
commit 952786ed79

View File

@@ -104,7 +104,7 @@ const props = defineProps({
},
options: {
type: Object as PropType<Partial<UseFuseOptions<Command>>>,
default: () => {}
default: () => ({})
},
autoselect: {
type: Boolean,