1.在index.html里面引入echarts全局对象
2.在main.js里面, 将全局的echarts对象挂载到vue的原型对象上 //将全局的echarts对象挂载到vue原型对象上 Vue.prototype.$echarts = window.echarts 3.建立一个组件,这里是left.vue,写echarts