From 192bf4c375293b16d952b94cc098a0260f47996a Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 11 May 2023 15:17:47 +0200 Subject: [PATCH] fix(CommandPalette): expose input ref to template --- src/runtime/components/navigation/CommandPalette.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index 3c810328..3b1ce352 100644 --- a/src/runtime/components/navigation/CommandPalette.vue +++ b/src/runtime/components/navigation/CommandPalette.vue @@ -291,6 +291,7 @@ export default defineComponent({ ui, // eslint-disable-next-line vue/no-dupe-keys groups, + comboboxInput, query, onSelect, onClear