diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index 59dc63e2..ea4ee80b 100644 --- a/src/runtime/components/navigation/CommandPalette.vue +++ b/src/runtime/components/navigation/CommandPalette.vue @@ -126,7 +126,7 @@ export default defineComponent({ default: () => appConfig.ui.commandPalette.default.selectedIcon }, close: { - type: Object as PropType>, + type: Object as PropType>, default: () => appConfig.ui.commandPalette.default.close }, empty: {