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

web3modal-vue3 does not provide an export named 'default'

Open ascweb opened this issue 3 years ago • 4 comments

I installed web3modal-vue3 and I imported it for a test in an empty component but i for the error

Uncaught SyntaxError: The requested module '/node_modules/.vite/web3modal-vue3.js?v=23937ab0' does not provide an export named 'default'

Can you help me to fix it?

ascweb avatar Dec 07 '21 08:12 ascweb

its for vue2 not 3 i believe,

romain130492 avatar Dec 21 '21 09:12 romain130492

Try: import { Web3ModalComponent } from "web3modal-vue3"; instead

AVargas89 avatar May 17 '22 08:05 AVargas89

I installed web3modal-vue3 and I imported it for a test in an empty component but i for the error

Uncaught SyntaxError: The requested module '/node_modules/.vite/web3modal-vue3.js?v=23937ab0' does not provide an export named 'default'

Can you help me to fix it?

Have you solved this issue?

tinysunowner avatar Jun 01 '22 06:06 tinysunowner

I installed web3modal-vue3 and I imported it for a test in an empty component but i for the error

Uncaught SyntaxError: The requested module '/node_modules/.vite/web3modal-vue3.js?v=23937ab0' does not provide an export named 'default'

Can you help me to fix it?

Have you solved this issue?

try yo use this package https://github.com/kolirt/vue-web3-auth for vue3

kolirt avatar Dec 26 '23 12:12 kolirt