vue-countup-v2 icon indicating copy to clipboard operation
vue-countup-v2 copied to clipboard

Can startVal be used?

Open qizhou23 opened this issue 6 years ago • 4 comments

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"

qizhou23 avatar Aug 12 '19 06:08 qizhou23

I have found this a problem too.

dazulu avatar Aug 14 '19 07:08 dazulu

startVal in options ?

xlsdg avatar Aug 14 '19 07:08 xlsdg

startVal in options ?

In property, equal to endVal

qizhou23 avatar Aug 21 '19 01:08 qizhou23

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

mavrick avatar Mar 07 '20 01:03 mavrick