Vue.js(v2.x+) component wrap for Odometer.js
npm install vue-odometer> Vue.js(v2.x+) component wrap for Odometer.js
`` bash`
$ npm install --save odometer vue-odometer
` vue
:value="num"
/>
`
* value [Number]
Optional; 0 by defualt.
* format [String]
Optional;
* theme [String]
Optional; default by defualt.
* duration [Number]
Optional;
* animation [String]
Optional;
* formatFunction [Function]
Optional;
See more Odometer.js
* renderInsidewatchForMutations
* startWatchingMutations
* stopWatchingMutations
* cleanValue
* bindTransitionEnd
* resetFormat
* renderDigit
* formatDigits
* insertDigit
* addDigit
* addSpacer
* animate
* animateCount
* getDigitCount
* getFractionalDigitCount
* resetDigits
* animateSlide
* render
* update`
*
Learn more Odometer.js
MIT