chore: code clean-up
This commit is contained in:
parent
5697bd3b31
commit
6f19dab416
|
@ -16,12 +16,10 @@ async function walletConfig(path) {
|
|||
computed: {
|
||||
config: {
|
||||
get() {
|
||||
console.log('### get config', this.internalConfig)
|
||||
return this.internalConfig
|
||||
},
|
||||
set(value) {
|
||||
value.isLoaded = true
|
||||
console.log('### set config', this.internalConfig)
|
||||
this.internalConfig = JSON.parse(JSON.stringify(value))
|
||||
this.$emit(
|
||||
'update:config-data',
|
||||
|
|
Loading…
Reference in New Issue
Block a user