You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: