echarts.js 150 B

1234
  1. import Vue from 'vue'
  2. import echarts from 'echarts' // 引入echarts
  3. Vue.prototype.$echarts = echarts // 引入组件(将echarts注册为全局)