a vue number animation component
npm install vuenumberanimation-xxr
npm i vuenumberanimation-xxr
import NumberAnimation from 'vuenumberanimation-xxr'
```
!image
!image
!image
configuration
`
NumberAnimation
`
config
`
this.config = {
num: 732, // main number you show
total: 876, // the total number if you need
isAnima: true, // animation default true
splitFormat: ' to ' // the seperation default '/'
}
``