vue-countTo
vue-countTo copied to clipboard
start()方法调用失败
报错提示:
Uncaught TypeError: this.$refs.refresh1.start is not a function
引入
import countTo from 'vue-count-to'
vue:
<countTo ref="refresh1" :startVal='0' :endVal='3000' :duration='3000'></countTo>
script:
this.$refs.refresh1.start()
其实是想做一个点击不管数据有无变化都会重新开始动画的效果,不知道问题出在哪里。
The same to you