Skip to content

Commit

Permalink
fix: default props for command palette (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 26, 2022
1 parent 9cf92e3 commit 952786e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/navigation/CommandPalette.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const props = defineProps({
},
options: {
type: Object as PropType<Partial<UseFuseOptions<Command>>>,
default: () => {}
default: () => ({})
},
autoselect: {
type: Boolean,
Expand Down

1 comment on commit 952786e

@vercel
Copy link

@vercel vercel bot commented on 952786e Nov 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

nuxthq-ui.vercel.app
ui-git-dev-nuxtlabs.vercel.app
ui-nuxtlabs.vercel.app

Please sign in to comment.