From 2c673f5377dbbcdefa6b57eddba2c19d065d5f1f Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 1 Jun 2023 17:15:04 +0200 Subject: [PATCH] fix(CommandPalette): override of `closeButton` and `emptyState` props --- src/runtime/components/navigation/CommandPalette.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index a63024581..65d048695 100644 --- a/src/runtime/components/navigation/CommandPalette.vue +++ b/src/runtime/components/navigation/CommandPalette.vue @@ -20,7 +20,7 @@ ({ ...ui.value.default.emptyState, ...props.emptyState })) + // Methods function activateFirstOption () { @@ -327,6 +329,8 @@ export default defineComponent({ query, iconName, iconClass, + // eslint-disable-next-line vue/no-dupe-keys + emptyState, onSelect, onClear }