Let's go

VUE引用外部JS记录

引用外部echarts.min.js

在public中创建lib文件夹,将文件放入到lib文件夹。

 

 在index.html界面中增加引用

在mian.js中增加 

Vue.prototype.$echarts=window.echarts

 

 界面使用 this.$echarts

 var myChart = this.$echarts.init(document.querySelector(".chart1"));

 ...

posted @ 2022-12-21 11:21  chenze  阅读(12)  评论(0编辑  收藏  举报
有事您Q我