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
/
src
/
main.js
11 lines
(8 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
Vue
from
'vue'
import
{
Cascader
}
from
'element-ui'
import
App
from
'./App.vue'
Vue
.
use
(
Cascader
)
new
Vue
({
el
:
'#app'
,
render
:
h
=>
h
(
App
) })