UNPKG

wangbd-myui

Version:

MY前端基础框架核心组件库

13 lines (10 loc) 266 B
import MyChart from '$ui/charts/packages/my-chart' import 'echarts-gl' import {install} from '$ui/utils/helper' import MapGl from './MapGl' const Module = { name: 'MyChartMapGl', mixins: [MyChart], adapter: MapGl } export default install(Module)