refactor: extract wallet-list component

This commit is contained in:
Vlad Stan
2022-08-03 13:50:07 +03:00
parent b18a4d37e3
commit c5755ac587
7 changed files with 422 additions and 365 deletions
@@ -41,7 +41,7 @@ async function walletConfig(path) {
}
},
created: async function () {
await this.getConfig()
await this.getConfig()
}
})
}