-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
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
When I use it in React,get error “Uncaught TypeError: Cannot set properties of undefined (setting 'getPropertyValue')” #372
Comments
Hello,我是林昕,我已收到来信~
|
Yes, Vue also has this problem。 |
Hello,我是林昕,我已收到来信~
|
I seem to know why this is happening. When installing dependencies, some will install wow.js, while others will install wowjs. That's where my problem lies. It should be installing wow.js |
I use vite5+vue2.7, The following is my solution
// import 'wowjs/css/libs/animate.css'
// import { WOW } from 'wowjs'
<script src="
https://cdn.jsdelivr.net/npm/[email protected]/dist/wow.min.js
"></script>
<link href="
https://cdn.jsdelivr.net/npm/[email protected]/css/libs/animate.min.css
" rel="stylesheet"> |
Hello,我是林昕,我已收到来信~
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: