added value to avoid error
This commit is contained in:
parent
d1b390b929
commit
d2879aa80c
|
@ -25,7 +25,11 @@
|
|||
icon="add"
|
||||
size="md"
|
||||
>
|
||||
<q-popup-edit class="bg-accent text-white" v-slot="scope">
|
||||
<q-popup-edit
|
||||
class="bg-accent text-white"
|
||||
v-slot="scope"
|
||||
v-model="credit"
|
||||
>
|
||||
<q-input
|
||||
label="Amount to credit account"
|
||||
v-model="scope.value"
|
||||
|
|
Loading…
Reference in New Issue
Block a user