UNPKG
element-china-area-data-new2
Version:
latest (10.2.1)
10.2.1
10.2.0
10.0.8
10.0.7
10.0.6
10.0.5
10.0.4
10.0.3
10.0.2
Element UI 级联 中国省市区数据
github.com/Plortinus/element-china-area-data
Plortinus/element-china-area-data
element-china-area-data-new2
/
.babelrc
23 lines
(22 loc)
•
295 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"presets"
: [ [
"
@babel
/env"
, {
"targets"
: {
"chrome"
:
"58"
,
"ie"
:
"11"
} } ] ],
"plugins"
: [ [
"component"
, {
"libraryName"
:
"element-ui"
,
"styleLibraryName"
:
"theme-chalk"
} ] ] }