-
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
Cannot set property 'getPropertyValue' of undefined #352
Comments
I had the same problem |
2 similar comments
I had the same problem |
I had the same problem |
I had the same problem when built in modern mode in a nuxt2 project. |
I had the same problem |
我也有同样的问题 打包部署到服务器上就出现这个问题了 |
Hello,我是林昕,我已收到来信~
|
I have installed wow.js for vue3 but i also have the same problem . "wow.js": "^1.2.2" |
Hello,我是林昕,我已收到来信~
|
i'm revise the wow options , this problome has gone. import WOW from 'wow.js' onMounted(() => { |
Hello,我是林昕,我已收到来信~
|
I use wowjs in vue3, but I keep reporting errors.
my code like this
<script>import { WOW } from "wowjs"; import { onMounted } from "vue"; export default { name: "App", components: { Header, Footer, }, setup() { onMounted(() => { new WOW().init(); }); }, }; </script>
But if I put wow.min.js in the head of index.html, he can work normally, and it keeps reporting the above errors when installing through npm or yarn. I need your help! Thank you!
The text was updated successfully, but these errors were encountered: