fet: ui bla
This commit is contained in:
parent
81bb93c7b4
commit
04d087c65d
4 changed files with 54 additions and 46 deletions
|
|
@ -117,7 +117,7 @@
|
|||
<q-separator />
|
||||
<q-card-section>
|
||||
<div class="float-right">
|
||||
<q-btn flat label="Publish Update" class="q-ml-lg" color="primary"></q-btn>
|
||||
<q-btn @click="publishNaddr" flat label="Publish Naddr" icon="share" class="q-ml-lg" color="primary"></q-btn>
|
||||
</div>
|
||||
</q-card-section>
|
||||
<q-card-section></q-card-section>
|
||||
|
|
|
|||
|
|
@ -86,6 +86,9 @@ async function marketConfig(path) {
|
|||
const { name, about, ui } = this.configData
|
||||
console.log('### this.info', { name, about, ui })
|
||||
this.$emit('ui-config-update', { name, about, ui })
|
||||
},
|
||||
publishNaddr(){
|
||||
this.$emit('publish-naddr')
|
||||
}
|
||||
},
|
||||
created: async function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue