web3modal-vue
web3modal-vue copied to clipboard
web3modal-vue3 does not provide an export named 'default'
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?
its for vue2 not 3 i believe,
Try: import { Web3ModalComponent } from "web3modal-vue3"; instead
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?
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