vue-countup-v2 icon indicating copy to clipboard operation
vue-countup-v2 copied to clipboard

fix enableScrollSpy option to allow start counting on scroll

Open laurensV opened this issue 3 years ago • 0 comments

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

laurensV avatar Jun 14 '22 10:06 laurensV