fix debounce="300"
This commit is contained in:
parent
ee0a41a5cb
commit
261661bba4
19 changed files with 11 additions and 26 deletions
|
|
@ -211,11 +211,10 @@ onMounted(async () => {
|
|||
outlined
|
||||
v-model="filter"
|
||||
label="ค้นหา"
|
||||
debounce="300"
|
||||
@keydown.enter.prevent="filterFn"
|
||||
>
|
||||
<template v-slot:append>
|
||||
<q-icon name="search" />
|
||||
<q-icon name="search" />
|
||||
</template>
|
||||
</q-input>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue