struggling with ui

This commit is contained in:
ben 2022-12-12 12:44:58 +00:00
parent 4e6466cd95
commit 52d490d687
2 changed files with 5 additions and 2 deletions

View file

@ -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: {

View file

@ -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