chore: code clean-up

This commit is contained in:
Vlad Stan 2022-08-01 13:45:44 +03:00
parent 5697bd3b31
commit 6f19dab416

View File

@ -16,12 +16,10 @@ async function walletConfig(path) {
computed: { computed: {
config: { config: {
get() { get() {
console.log('### get config', this.internalConfig)
return this.internalConfig return this.internalConfig
}, },
set(value) { set(value) {
value.isLoaded = true value.isLoaded = true
console.log('### set config', this.internalConfig)
this.internalConfig = JSON.parse(JSON.stringify(value)) this.internalConfig = JSON.parse(JSON.stringify(value))
this.$emit( this.$emit(
'update:config-data', 'update:config-data',