chore(CommandPalette): expose query

This commit is contained in:
Benjamin Canac
2023-02-20 18:05:52 +01:00
parent 5f37077835
commit 0d35b82ecb

View File

@@ -255,6 +255,7 @@ function onClear () {
} }
defineExpose({ defineExpose({
query,
updateQuery: (q: string) => { updateQuery: (q: string) => {
query.value = q query.value = q
}, },