mirror of
https://github.com/Instadapp/vue-web3.git
synced 2024-07-29 21:48:25 +00:00
wip
This commit is contained in:
parent
1f689f6f19
commit
9cbd0ccffb
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@kabbouchi/vue-web3",
|
"name": "@kabbouchi/vue-web3",
|
||||||
"version": "0.2.13",
|
"version": "0.2.14",
|
||||||
"description": "Vue web3 composition api",
|
"description": "Vue web3 composition api",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/cjs/index.js",
|
"main": "dist/cjs/index.js",
|
||||||
|
|
|
@ -85,6 +85,11 @@ export const useWeb3 = () => {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!connector.value) {
|
||||||
|
handleDeactivate()
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
const cId =
|
const cId =
|
||||||
update.chainId === undefined
|
update.chainId === undefined
|
||||||
? undefined
|
? undefined
|
||||||
|
|
Loading…
Reference in New Issue
Block a user