vue-countup-v2
vue-countup-v2 copied to clipboard
Can startVal be used?
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"
I have found this a problem too.
startVal in options ?
startValinoptions?
In property, equal to endVal
~~startVal does not appear to get passed through~~
deleting the installing the module again fixed it... carry on