Skip to content
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

Multiple odometers in one page #4

Open
maestroDever opened this issue Apr 13, 2019 · 0 comments
Open

Multiple odometers in one page #4

maestroDever opened this issue Apr 13, 2019 · 0 comments

Comments

@maestroDever
Copy link

This works fine.
<h2>Total Balance</h2> <IOdometer class="odometer> :value="total" />

But when it comes to multiple compoents like this
<div v-for="item in items"><IOdometer class="odometer" :value="item.val" /></div>
it doesn't work.
Only the "total" animates and "item" values are just static.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant