diff --git a/components/Settings.vue b/components/Settings.vue index ae24b38..f39ecbd 100644 --- a/components/Settings.vue +++ b/components/Settings.vue @@ -99,7 +99,9 @@ export default { this.selectedRpc = this.rpc.name if (this.selectedRpc === 'custom') { - this.customRpcUrl = this.rpc.url + this.$nextTick(() => { + this.customRpcUrl = this.rpc.url + }) } this.checkRpc(this.rpc)