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

@@ -7,7 +7,7 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<title>frontend-nftdapp</title>
<title>frontend-nftbapp</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
</head>

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
}