Skip to content

Commit 2b61e87

Browse files
committed
docs: polyfill async
1 parent 661b377 commit 2b61e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Document</title>
88
<link rel="stylesheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css" />
99
<link rel="stylesheet" href="https://unpkg.com/vue2-datepicker/index.css" />
10-
<script src="https://polyfill.io/v3/polyfill.js?features=Object.assign,Array.from,Promise,fetch&flags=gated"></script>
10+
<script async src="https://polyfill.io/v3/polyfill.js?features=Object.assign,Array.from,Promise,fetch&flags=gated"></script>
1111
</head>
1212
<body>
1313
<div id="app"></div>

0 commit comments

Comments
 (0)