Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

torus problem #4

Open
kolirt opened this issue Jul 30, 2021 · 8 comments
Open

torus problem #4

kolirt opened this issue Jul 30, 2021 · 8 comments

Comments

@kolirt
Copy link
Contributor

kolirt commented Jul 30, 2021

hi. can you help me to fix this?

image

@brackmayhall
Copy link

I am seeing similar issues with torus

@kolirt
Copy link
Contributor Author

kolirt commented Aug 7, 2021

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

@brackmayhall
Copy link

I am not using nuxt unfortunately

@juloxrox
Copy link

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?

@artyomLisovskij
Copy link

artyomLisovskij commented Aug 29, 2021

vue.config.js

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

@yankunsam
Copy link

vue.config.js

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

not work.

@mstrleon
Copy link

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

this worked for me

@superjiangs
Copy link

image

I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants