diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index a8c993c4..076cced5 100644 --- a/src/runtime/components/navigation/CommandPalette.vue +++ b/src/runtime/components/navigation/CommandPalette.vue @@ -104,7 +104,7 @@ const props = defineProps({ }, options: { type: Object as PropType>>, - default: () => {} + default: () => ({}) }, autoselect: { type: Boolean,