Skip to content

Commit

Permalink
🐛 add Array.prototype.at polyfill for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZhang73 committed Mar 15, 2022
1 parent a888376 commit 6fdb091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
</head>
<body>
<div id="app"></div>
<script src="https://polyfill.io/v3/polyfill.min.js?features=Array.prototype.at"></script>
<script
type="module"
src="/src/main.js"
Expand Down

0 comments on commit 6fdb091

Please sign in to comment.