We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250f444 commit b161fd9Copy full SHA for b161fd9
app/pages/index.vue
@@ -32,7 +32,7 @@ async function search() {
32
33
const handleInput = isTouchDevice()
34
? search
35
- : debounce(search, 300, { leading: false, trailing: true })
+ : debounce(search, 250, { leading: false, trailing: true })
36
37
useSeoMeta({
38
title: () => $t('seo.home.title'),
0 commit comments