From 64c2e3320ae25d116dc5382755835c2282866e7d Mon Sep 17 00:00:00 2001 From: Malik-Jouda <1999.malik.jouda@gmail.com> Date: Thu, 9 Jan 2025 19:45:37 +0200 Subject: [PATCH] up --- src/runtime/components/CommandPalette.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/components/CommandPalette.vue b/src/runtime/components/CommandPalette.vue index 92528ec2ec..fc08c73703 100644 --- a/src/runtime/components/CommandPalette.vue +++ b/src/runtime/components/CommandPalette.vue @@ -157,7 +157,7 @@ const { t } = useLocale() const appConfig = useAppConfig() const rootProps = useForwardPropsEmits(reactivePick(props, 'as', 'disabled', 'multiple', 'modelValue', 'defaultValue', 'highlightOnHover'), emits) -const inputProps = useForwardProps(reactivePick(props, 'loading', 'loadingIcon', 'placeholder')) +const inputProps = useForwardProps(reactivePick(props, 'loading', 'loadingIcon')) // eslint-disable-next-line vue/no-dupe-keys const ui = commandPalette()