-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Counter doesn't update on :end value change #1
Comments
@ipa1981 did you ever find a workaround for this? I'm looking at integrating this in to a small project I am working on and would want the counter to go up as the |
@jryd I don't recall the details. But seems I had to go harder way and used CountUp lib directly.
|
This has been fixed in the latest update of the code. I apologize for taking so long to fix this issue. It frankly went unnoticed. |
Thanks, can you push latest version to NPM to test? |
In the example provided in source
I change
And add
Unfortunately any change to counter value, doesn't update numbers vuecountup output
The text was updated successfully, but these errors were encountered: