Open laurensV opened 2 years ago
make sure we don't call instance.start() if enableScrollSpy is true. Now this works again:
instance.start()
enableScrollSpy
<ICountUp :options="{ enableScrollSpy: true }" :end-val="1000" />
Also fixes #24
make sure we don't call
instance.start()
ifenableScrollSpy
is true. Now this works again:Also fixes #24