refactor: debounce on typing
This commit is contained in:
parent
e3210abbd7
commit
99c43bdd66
2 changed files with 5 additions and 1 deletions
|
|
@ -326,6 +326,7 @@ watch(
|
|||
:type="readonly ? 'text' : 'number'"
|
||||
style="width: 70px"
|
||||
min="0"
|
||||
debounce="500"
|
||||
v-model="props.row.amount"
|
||||
/>
|
||||
</q-td>
|
||||
|
|
@ -347,6 +348,7 @@ watch(
|
|||
input-class="text-right"
|
||||
:type="readonly ? 'text' : 'number'"
|
||||
style="width: 90px"
|
||||
debounce="500"
|
||||
v-model="props.row.discount"
|
||||
/>
|
||||
</q-td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue