mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(CommandPalette): set debounce to 200
This commit is contained in:
@@ -144,7 +144,7 @@ const props = defineProps({
|
||||
},
|
||||
debounce: {
|
||||
type: Number,
|
||||
default: 0
|
||||
default: 200
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user