Open kolirt opened 3 years ago
I am seeing similar issues with torus
I am seeing similar issues with torus
if you use nuxt in nuxt.config.js add the following. it helped me for nuxt
build: { transpile: ['web3modal-vue'], }
I am not using nuxt unfortunately
Hello @kolirt, I'm strugglling using it with nuxt I got this error on load "window is not defined" in "node_modules/web3modal-vue/src/helpers/utils.js". I just created a simple vue fiel with the first snippet and put the other snippet as it is in store/index.js Can you help please?
vue.config.js
...
transpileDependencies: [
'web3modal-vue'
]
}
vue.config.js
... transpileDependencies: [ 'web3modal-vue' ] }
not work.
transpileDependencies: ["vuetify", "web3modal-vue"],
this worked for me
I have the same problem
hi. can you help me to fix this?