chore: code clean-up
This commit is contained in:
parent
5697bd3b31
commit
6f19dab416
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user