分类:vue

vue开发笔记

vue结合element ui自定义进度条

vue结合element ui自定义进度条
通过使用element ui 实现的自定义进度条效果实例 更多进度条效果实例 vue 数据可视化大屏进度条效果实例 item <template> <div class="paimingitems"> <div cl...

3年前 (2021-12-28) 喜欢

Echarts 饼状图 效果

Echarts 饼状图 效果
drawLine() { var that = this window.addEventListener('resize', this.drawLine) let myChart = this.$echarts.init(t...

3年前 (2021-12-26) 喜欢

vue 数字滚动组件

vue 数字滚动组件
安装依赖 npm i vue-count-to --save 二次封装 <template> <countTo :startVal='startVal' :endVal='num' :duration='3000'></countTo> ...

3年前 (2021-12-26) 喜欢