"vue-count-to": "^1.0.13",
import countTo from 'vue-count-to'
components: { countTo },
组件使用
<countTo
style="color: #3e89fc"
:start-val="s3"
:end-val="n3"
:duration="3000"
separator=""
/>
网友评论