struggling with ui
This commit is contained in:
parent
4e6466cd95
commit
52d490d687
2 changed files with 5 additions and 2 deletions
|
|
@ -20,7 +20,9 @@ new Vue({
|
||||||
return {
|
return {
|
||||||
selectedWallet: null,
|
selectedWallet: null,
|
||||||
currentHash: '', // a string that must match if the edit data is unchanged
|
currentHash: '', // a string that must match if the edit data is unchanged
|
||||||
targets: []
|
targets: [{
|
||||||
|
method: "split"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
|
||||||
|
|
@ -33,10 +33,11 @@
|
||||||
>
|
>
|
||||||
<q-toggle
|
<q-toggle
|
||||||
:false-value="'split'"
|
:false-value="'split'"
|
||||||
:label="`${target.method}`"
|
|
||||||
:true-value="'tag'"
|
:true-value="'tag'"
|
||||||
color="primary"
|
color="primary"
|
||||||
|
label=""
|
||||||
v-model="target.method"
|
v-model="target.method"
|
||||||
|
:label="'Split funds by %, or send funds by tag' || `${target.method}`"
|
||||||
></q-toggle>
|
></q-toggle>
|
||||||
<q-select
|
<q-select
|
||||||
dense
|
dense
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue