vue-countup-v2
vue-countup-v2 copied to clipboard
fix enableScrollSpy option to allow start counting on scroll
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