We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node: v16.13.1 Vue: 3.2.26
Followed the example given on README.md but I get the following error and nothing renders:-
Uncaught SyntaxError: The requested module '/node_modules/lottie-web/build/player/lottie.js?v=9fe8ca71' does not provide an export named 'default'
The text was updated successfully, but these errors were encountered:
I am also having this error.
Sorry, something went wrong.
you are useing vue3, so you should use this https://github.com/megasanjay/vue3-lottie
vite 4.0 vue 2.7
I fixed this this problem by other way . you can import lottie-web in main.js before you import vue-lottie
lottie-web
vue-lottie
`/**
No branches or pull requests
Node: v16.13.1
Vue: 3.2.26
Followed the example given on README.md but I get the following error and nothing renders:-
Uncaught SyntaxError: The requested module '/node_modules/lottie-web/build/player/lottie.js?v=9fe8ca71' does not provide an export named 'default'
The text was updated successfully, but these errors were encountered: