drawLine() {
var that = this
window.addEventListener('resize', this.drawLine)
let myChart = this.$echarts.init(t...
yekong
3年前 (2021-12-26)
喜欢
安装依赖
npm i vue-count-to --save
二次封装
<template>
<countTo :startVal='startVal' :endVal='num' :duration='3000'></countTo>
...
yekong
3年前 (2021-12-26)
喜欢
drawLine() {
var that = this
window.addEventListener('resize', this.drawLine)
let myChart = this.$echarts.init(th...
yekong
3年前 (2021-12-26)
喜欢
通过zoom 控制
{ // 地图块的相关信息
type: 'map',
map: nameMap,
zoom: 1.2...
yekong
3年前 (2021-12-26)
喜欢
uniapp开发每次设置性别都要重新写,很耗费时间干脆把写过的记录下来,下次可以直接复用。
html
<view @click="show=true" class="justify-between group_8">
...
yekong
3年前 (2021-12-25)
喜欢
案例地址
<template>
<div class="echarts1" ref="echarts">
</div>
</template>
<script>
i...
yekong
3年前 (2021-12-25)
喜欢
vue Echarts 地图 组件使用实例
链接: 提取码: rxk6
<template>
<div class="echarts1" ref="echarts">
</div>
<...
yekong
3年前 (2021-12-25)
喜欢
vue 进度条 组件使用演示
vue项目中需要一个进度条占比效果,将实现方法记录下来,留待复用。
2023年03月31日遇到了复用的机会,不过感觉单调了一些,所以在之前的基础上增加了一个动画效果。vue 占比动画进度条实例效
更多进度条效果实例
vue 数据可视化大屏进度条效果...
yekong
3年前 (2021-12-25)
喜欢
mock使用项目
Vue mock线上接口工具
本地mock环境一直配置不好,所以干脆找一个线上的环境,到时候直接替换为正式接口就可以了。
...
yekong
3年前 (2021-12-25)
喜欢
安装依赖
npm i vue-to-pdf --save
main引入
import vueToPdf from 'vue-to-pdf';
Vue.use(vueToPdf);
html
<div id="exportPdf" ...
yekong
3年前 (2021-12-24)
喜欢