Skip to content

Commit f692372

Browse files
author
Nathan Reyes
committed
Add forEach polyfill for docs site.
1 parent 516c13b commit f692372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body>
1313
<div id="app"></div>
14-
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Promise,Array.prototype.find,Array.prototype.includes"></script>
14+
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Promise,Array.prototype.find,Array.prototype.includes,Array.prototype.forEach"></script>
1515
<!-- built files will be auto injected -->
1616
</body>
1717
</html>

0 commit comments

Comments
 (0)