fet: ui bla

This commit is contained in:
Vlad Stan 2023-07-18 12:29:58 +03:00
parent 81bb93c7b4
commit 04d087c65d
4 changed files with 54 additions and 46 deletions

View file

@ -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 () {