This commit is contained in:
elegant651
2020-03-30 11:20:07 +09:00
parent c1e2973803
commit 3face74a64
3 changed files with 3 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>bet-dapp</title>
<title>numbergame-bapp</title>
</head>
<body>
<noscript>

View File

@@ -66,10 +66,6 @@ export default {
'setBalance'
]),
validate () {
},
handleImport (e) {
const keystore = e.target.files[0]
@@ -131,7 +127,7 @@ export default {
},
async handleRemoveWallet () {
this.klaytn.removeWallet()
await this.klaytn.removeWallet()
this.setIsConnectWallet(false)
this.walletInstance = null
}