EvodiaAut / vue-marquee-text-component

[CSS GPU Animation] Marquee Text for vuejs
https://evodiaaut.github.io/vue-marquee-text-component/
MIT License
471 stars 45 forks source link

Error in render: "TypeError: Cannot read properties of undefined (reading 'duration')" #43

Closed ayoub-lwela closed 3 years ago

ayoub-lwela commented 3 years ago

1

adrianhand commented 3 years ago

you will get this if you are using the vue-3 build on a vue-2 project.

If you're using vue-2, try

npm install vue-marquee-text-component@1.2.0

EvodiaAut commented 3 years ago

@ayoub-lwela have you tried with V1?