2020年6月24日

echart - 饼图(环形)

摘要: 安装echarts依赖 npm install echarts -S 首先需要全局引入 在main.js中 // 引入echartsimport echarts from 'echarts'Vue.prototype.$echarts = echarts 实现效果: <template> <div 阅读全文

posted @ 2020-06-24 16:34 艾小码 阅读(1379) 评论(0) 推荐(0)

移动端点击弹窗--进行选择picker(vant)

摘要: 这里可以有偿帮你直接解决bug,我的微信号18062748486;如加微信,请备注“Bug 解决” 实现此效果 ,是两个插件的组合使用: import Vue from 'vue'; import { Popup } from 'vant'; import { Picker } from 'vant 阅读全文

posted @ 2020-06-24 00:08 艾小码 阅读(3340) 评论(1) 推荐(0)

导航