diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index a630245818..65d0486958 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 }