fet: ui bla
This commit is contained in:
parent
8c04ef42d3
commit
481592ab68
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