WalletConnect / web3modal-vanilla-js-example

An example application how to use Web3modal from vanilla JavaScript
https://web3modal.com/
173 stars 147 forks source link

Vue/Nuxt doesn't work #15

Open juloxrox opened 3 years ago

juloxrox commented 3 years ago

When I duplicate the example into a fresh vue/nuxt app, nothing happen (popup doesn't show) I cannot connect to my walllet within Metamask browser or Trust wallet.

The demo works correctly (mobile and desktop), and same when I use the whole code as a simple html/js page on my backend server (mobile and desktop) but when I use it within my nuxt app it only works on desktop with metamask extension.

Repo: https://github.com/juloxrox/test Example here: https://test-iota-wheat.vercel.app/

Does someone has an idea to make it work? Thanks in advance