echarts.js 154 B

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