Fork me on GitHub
摘要: 1、通过命令安装echarts: npm install v-echarts echarts --save 2、在main.js中引入: import echarts from 'echarts' Vue.prototype.$echarts = echarts 3、页面代码: template中 阅读全文
posted @ 2021-06-03 17:16 雾深 阅读(489) 评论(0) 推荐(0) 编辑