摘要: 首先下载依赖 npm install echarts 全局引入 在main.js中 import Vue from 'vue' //全局引入echarts import * as echarts from 'echarts'; //需要挂载到Vue原型上 Vue.prototype.$echarts 阅读全文
posted @ 2022-04-11 11:54 w1ndz 阅读(530) 评论(0) 推荐(0)