fet: ui bla
This commit is contained in:
parent
81bb93c7b4
commit
04d087c65d
4 changed files with 54 additions and 46 deletions
|
|
@ -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