UNPKG
wangbd-myui
Version:
latest (4.2.13)
4.2.13
4.2.12
MY前端基础框架核心组件库
newgateway.gitee.io/my/
wangbd-myui
/
ui
/
lib
/
charts
/
packages
/
my-chart-map-gl
/
index.js
13 lines
(10 loc)
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
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
)