File tree Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
+ < head >
4
+ < title > React Dropdown Tree Select Demo</ title >
5
+ < link
6
+ href ="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css "
7
+ rel ="stylesheet "
8
+ integrity ="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN "
9
+ crossorigin ="anonymous "
10
+ />
11
+ </ head >
3
12
4
- < head >
5
- < title > React Dropdown Tree Select Demo</ title >
6
- < link href ="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css " rel ="stylesheet " integrity ="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN "
7
- crossorigin ="anonymous ">
8
- </ head >
9
-
10
- < body >
11
- < div id ="app "> </ div >
12
- < script src ="bundle.js "> </ script >
13
- </ body >
14
-
15
- </ html >
13
+ < body >
14
+ < div id ="app "> </ div >
15
+ < script
16
+ crossorigin ="anonymous "
17
+ src ="https://polyfill.io/v3/polyfill.min.js?features=Array.prototype.find%2CPromise "
18
+ > </ script >
19
+ < script src ="bundle.js "> </ script >
20
+ </ body >
21
+ </ html >
You can’t perform that action at this time.
0 commit comments