web3modal-vue icon indicating copy to clipboard operation
web3modal-vue copied to clipboard

torus problem

Open kolirt opened this issue 2 years ago • 8 comments

hi. can you help me to fix this?

image

kolirt avatar Jul 30 '21 22:07 kolirt

I am seeing similar issues with torus

brackmayhall avatar Aug 06 '21 23:08 brackmayhall

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'], }

kolirt avatar Aug 07 '21 08:08 kolirt

I am not using nuxt unfortunately

brackmayhall avatar Aug 14 '21 23:08 brackmayhall

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?

juloxrox avatar Aug 23 '21 20:08 juloxrox

vue.config.js

 ...
  transpileDependencies: [
    'web3modal-vue'
  ]
}

artyomLisovskij avatar Aug 29 '21 21:08 artyomLisovskij

vue.config.js

 ...
  transpileDependencies: [
    'web3modal-vue'
  ]
}

not work.

yankunsam avatar Sep 10 '21 15:09 yankunsam

transpileDependencies: ["vuetify", "web3modal-vue"],

this worked for me

mstrleon avatar Jan 19 '22 08:01 mstrleon

image I have the same problem

superjiangs avatar Jan 08 '23 10:01 superjiangs