摘要: npm i echarts -S 下载 echarts 图表 mian.js 文件 引入图表并且全局挂载 //echarts 图表 import echarts from 'echarts' Vue.prototype.$echarts = echarts 在用到的vue文件里 <div class 阅读全文
posted @ 2021-04-02 11:02 薛定谔_猫 阅读(649) 评论(0) 推荐(0)