摘要: 一、安装 npm i echarts--save 二、引入 //全局引入 import echarts from 'echarts' Vue.prototype.$echarts = echarts //局部【这里使用局部引入】 import echarts from 'echarts'; 三、代码 阅读全文
posted @ 2023-12-14 10:55 维维WW 阅读(426) 评论(0) 推荐(0)
摘要: 一、安装 npm i echarts--save 二、引入 //全局引入 import echarts from 'echarts' Vue.prototype.$echarts = echarts //局部【这里使用局部引入】 import echarts from 'echarts'; 三、代码 阅读全文
posted @ 2023-12-14 10:08 维维WW 阅读(626) 评论(0) 推荐(0)