struggling with ui
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user