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
I tried using it and I get this error using vue3 with Vite / TailwindCSS installed fresh
Uncaught TypeError: Cannot read property 'elm' of undefined at Proxy.mounted (vue-aos.js:3478)
The text was updated successfully, but these errors were encountered:
Have u found a solution yet?
Sorry, something went wrong.
I end up just importing normal AOS into the app.js
import AOS from 'aos'; import 'aos/dist/aos.css';
and was able to use it just fine in vue with the data-aos
No branches or pull requests
I tried using it and I get this error using vue3 with Vite / TailwindCSS installed fresh
Uncaught TypeError: Cannot read property 'elm' of undefined
at Proxy.mounted (vue-aos.js:3478)
The text was updated successfully, but these errors were encountered: