vue-count-component

1.0.6 • Public • Published

vue-count-componet

A count-to component of vue

Use Setup

# install dependencies
npm install vue-count-component -S
 
# use
main.js
import CountComponent from 'vue-count-component' 
Vue.use(CountComponent)
 
everyone.vue
import CountComponent from 'vue-count-component' 
components:{
    CountComponent
}
 
<count-component :startVal='0' :endVal='2018'/></count-component>
  • startVal = 起始值 the value you want to begin at
  • endVal = 结束值 the value you want to arrive at
  • decimals = 小数点后保留位数 (optional) number of decimal places in number, default 0
  • duration = 时间 (optional) duration in seconds, default 2
  • options = see countUp.js or demo

Package Sidebar

Install

npm i vue-count-component

Weekly Downloads

8

Version

1.0.6

License

MIT

Unpacked Size

50.4 kB

Total Files

12

Last publish

Collaborators

  • xiaopingbuxiao