added value to avoid error
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user