vue 数字 动画 滚动 数字

适用于vue2、3
<countTo :endVal='1220100' :decimals="2" separator="," :duration='3000' suffix="人民币" prefix="$" /> <script setup> import countTo from '../../components/vuecountTo/vue-countTo.vue' </script>
https://zhuanlan.zhihu.com/p/475031904