feat: update Create Relay dialog
This commit is contained in:
parent
298021d25a
commit
24795f519f
4 changed files with 39 additions and 40 deletions
|
|
@ -1,3 +1 @@
|
|||
<div>
|
||||
xxx
|
||||
</div>
|
||||
<div>xxx</div>
|
||||
|
|
|
|||
|
|
@ -21,11 +21,9 @@ async function relayDetails(path) {
|
|||
methods: {
|
||||
satBtc(val, showUnit = true) {
|
||||
return satOrBtc(val, showUnit, this.satsDenominated)
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
created: async function () {
|
||||
|
||||
}
|
||||
created: async function () {}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,8 +16,9 @@ const relays = async () => {
|
|||
data: {
|
||||
name: '',
|
||||
description: '',
|
||||
type: '',
|
||||
amount: '',
|
||||
pubkey: '',
|
||||
contact: '',
|
||||
contact: '',
|
||||
wallet: ''
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue