vue中引入echarts
摘要:
1、先下载依赖包 npm install echarts -s //安装在目标项目中,如果想要全局安装就用-g 2、引入 2.1、全局引入 main.js中 import echarts from 'echarts' Vue.prototype.$echarts=echarts //也可以用: im 阅读全文
posted @ 2023-08-17 15:54 BENEEEE 阅读(530) 评论(0) 推荐(0) 编辑