UNPKG

bin-charts-next

Version:

基于echarts的 vue插件,用于配合实现图表组件

9 lines (6 loc) 166 B
import Charts from './charts.vue' /* istanbul ignore next */ Charts.install = function (Vue) { Vue.component(Charts.name, Charts) } export default Charts