fix debounce="300"

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-10 15:06:20 +07:00
parent 0e11606b6b
commit 2dcc11ae32
16 changed files with 0 additions and 17 deletions

View file

@ -103,7 +103,6 @@ const resetFilter = () => {
ref="filterRef"
@update:model-value="updateInput"
outlined
debounce="300"
placeholder="ค้นหา"
style="max-width: 200px"
class="q-ml-sm"

View file

@ -151,7 +151,6 @@ watchEffect(() => {
borderless
outlined
dense
debounce="300"
placeholder="ค้นหา"
v-model="filterKeyword"
>

View file

@ -202,7 +202,6 @@ onMounted(async () => {
v-model="filterKeyword"
ref="filterRef"
outlined
debounce="300"
placeholder="ค้นหา"
@keydown.enter="onSearch"
>

View file

@ -409,7 +409,6 @@ onMounted(async () => {
v-model="filterKeyword"
ref="filterRef"
outlined
debounce="300"
placeholder="ค้นหา"
@keydown.enter="onSearch"
>