chore: code clean-up
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user