在IDEA里面写vue-cil和echarts结合的例子

1.在index.html里面引入echarts全局对象



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

共有 0 条评论

沙发空余