UNPKG

echarts-vue

Version:

ECharts(3.x) component for Vue.js(2.x)

13 lines (10 loc) 228 B
/** * * Created by yongxing.liu on 2017/6/31. */ import Echarts from './Echarts.vue' /* istanbul ignore next */ Echarts.install = function (Vue) { Vue.component(Echarts.name, Echarts) } export default Echarts