vue-count-to
import CountTo from 'vue-count-to'
components: { CountTo }
<CountTo :startVal='startVal' :endVal='endVal' :duration='duration' />