UNPKG
rc-select-city
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
```js
github.com/w567675/rc-select-city
w567675/rc-select-city
rc-select-city
/
example
/
index.html
11 lines
•
195 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Document
</
title
>
</
head
>
<
body
>
<
div
id
=
'root'
>
</
div
>
</
body
>
<
script
src
=
"./demo.js"
>
</
script
>
</
html
>