Skip to content

Commit 9181c26

Browse files
committed
docs: Bring in polyfills for IE11 📚
1 parent a6c63b5 commit 9181c26

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

docs/index.html

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
<!DOCTYPE html>
22
<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>
312

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>

0 commit comments

Comments
 (0)