xlsdg / vue-countup-v2

Vue.js component wrap for countUp.js
https://inorganik.github.io/countUp.js/
MIT License
380 stars 56 forks source link

fix enableScrollSpy option to allow start counting on scroll #30

Open laurensV opened 2 years ago

laurensV commented 2 years ago

make sure we don't call instance.start() if enableScrollSpy is true. Now this works again:

<ICountUp :options="{ enableScrollSpy: true }" :end-val="1000" />

Also fixes #24