UNPKG

dr-vue-echarts

Version:
7 lines (5 loc) 143 B
import MapChart from './src/Map.vue'; MapChart.install = function (Vue) { Vue.component(MapChart.name, MapChart) } export default MapChart;