added value to avoid error
This commit is contained in:
parent
d1b390b929
commit
d2879aa80c
1 changed files with 5 additions and 1 deletions
|
|
@ -25,7 +25,11 @@
|
||||||
icon="add"
|
icon="add"
|
||||||
size="md"
|
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
|
<q-input
|
||||||
label="Amount to credit account"
|
label="Amount to credit account"
|
||||||
v-model="scope.value"
|
v-model="scope.value"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue