mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +00:00
Increase search debounce for performance reason
This commit is contained in:
parent
b30ecc52f9
commit
c1e6ba1058
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
:class="{ dirty: q }"
|
:class="{ dirty: q }"
|
||||||
placeholder="Search"
|
placeholder="Search"
|
||||||
v-model="q"
|
v-model="q"
|
||||||
debounce="200"
|
debounce="500"
|
||||||
v-koel-focus="showing">
|
v-koel-focus="showing">
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue