UNPKG
modify-ui
Version:
latest (0.1.3)
0.1.3
0.1.2
MY UI
modify-ui
/
components
/
lib
/
echart-map
/
index.js
6 lines
(5 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
import
EchartMap
from
'./src/echart-map.vue'
EchartMap
.
install
=
function
(
Vue
) {
Vue
.
component
(
EchartMap
.
name
,
EchartMap
) }
export
default
EchartMap