diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index e95a17b3..9f6a7a6e 100644 --- a/src/runtime/components/navigation/CommandPalette.vue +++ b/src/runtime/components/navigation/CommandPalette.vue @@ -73,7 +73,7 @@ import type { UseFuseOptions } from '@vueuse/integrations/useFuse' import type { Group, Command } from '../../types/command-palette' import UIcon from '../elements/Icon.vue' import UButton from '../elements/Button.vue' -import type { Button as ButtonType } from '../../types/button' +import type { Button } from '../../types/button' import { classNames } from '../../utils' import CommandPaletteGroup from './CommandPaletteGroup.vue' import { useAppConfig } from '#imports' @@ -134,7 +134,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: {