xlsdg / vue-countup-v2

Vue.js component wrap for countUp.js
https://inorganik.github.io/countUp.js/
MIT License
380 stars 56 forks source link

multiple CountUp #8

Closed robertnicjoo closed 5 years ago

robertnicjoo commented 6 years ago

Hi,

Is more like question than issue,

How can I have multiple CountUp in my component? let say:


Posts               users             comments
5000                1680              13678

How can I define differences?

paulbremer commented 6 years ago

Make sure you bind the values of the different numbers to the end value, for example; <ICountUp :endVal="posts" /> <ICountUp :endVal="users" /> <ICountUp :endVal="comments" />