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 {
|
||||
selectedWallet: null,
|
||||
currentHash: '', // a string that must match if the edit data is unchanged
|
||||
targets: []
|
||||
targets: [{
|
||||
method: "split"
|
||||
}]
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
|
|||
|
|
@ -33,10 +33,11 @@
|
|||
>
|
||||
<q-toggle
|
||||
:false-value="'split'"
|
||||
:label="`${target.method}`"
|
||||
:true-value="'tag'"
|
||||
color="primary"
|
||||
label=""
|
||||
v-model="target.method"
|
||||
:label="'Split funds by %, or send funds by tag' || `${target.method}`"
|
||||
></q-toggle>
|
||||
<q-select
|
||||
dense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue