2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-14 13:52:27 +03:00

docs: polyfill async

This commit is contained in:
mengxiong10
2020-06-05 10:51:31 +08:00
parent 661b377829
commit 2b61e87037
+1 -1
View File
@@ -7,7 +7,7 @@
<title>Document</title>
<link rel="stylesheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css" />
<link rel="stylesheet" href="https://unpkg.com/vue2-datepicker/index.css" />
<script src="https://polyfill.io/v3/polyfill.js?features=Object.assign,Array.from,Promise,fetch&flags=gated"></script>
<script async src="https://polyfill.io/v3/polyfill.js?features=Object.assign,Array.from,Promise,fetch&flags=gated"></script>
</head>
<body>
<div id="app"></div>