diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index cf1bbc91..04c60c4c 100644 --- a/src/runtime/components/navigation/CommandPalette.vue +++ b/src/runtime/components/navigation/CommandPalette.vue @@ -255,6 +255,7 @@ function onClear () { } defineExpose({ + query, updateQuery: (q: string) => { query.value = q },