update
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<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=Roboto:300,400,500,700|Material+Icons' rel="stylesheet">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" 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://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">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||||
<title>bet-dapp</title>
|
<title>numbergame-bapp</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|||||||
@@ -66,10 +66,6 @@ export default {
|
|||||||
'setBalance'
|
'setBalance'
|
||||||
]),
|
]),
|
||||||
|
|
||||||
validate () {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
handleImport (e) {
|
handleImport (e) {
|
||||||
const keystore = e.target.files[0]
|
const keystore = e.target.files[0]
|
||||||
|
|
||||||
@@ -131,7 +127,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
async handleRemoveWallet () {
|
async handleRemoveWallet () {
|
||||||
this.klaytn.removeWallet()
|
await this.klaytn.removeWallet()
|
||||||
this.setIsConnectWallet(false)
|
this.setIsConnectWallet(false)
|
||||||
this.walletInstance = null
|
this.walletInstance = null
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user