xlsdg / vue-countup-v2

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

Can startVal be used? #21

Open qizhou23 opened 5 years ago

qizhou23 commented 5 years ago

I try to bind same number to ':endVal' and ':startVal',but number still scroll。I see property can be used in countup.js,but it seemed cant't be used in vue wrapper :startVal="endVal" :endVal="endVal" :options="options" @ready="onReady"

dazulu commented 5 years ago

I have found this a problem too.

xlsdg commented 5 years ago

startVal in options ?

qizhou23 commented 5 years ago

startVal in options ?

In property, equal to endVal

mavrick commented 4 years ago

startVal does not appear to get passed through deleting the installing the module again fixed it... carry on