mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 18:00:43 +01:00
chore(CommandPalette): expose query
This commit is contained in:
@@ -255,6 +255,7 @@ function onClear () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
defineExpose({
|
defineExpose({
|
||||||
|
query,
|
||||||
updateQuery: (q: string) => {
|
updateQuery: (q: string) => {
|
||||||
query.value = q
|
query.value = q
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user