Skip to content
This repository was archived by the owner on Feb 12, 2020. It is now read-only.

Commit 70bb7fc

Browse files
committed
link to polyfill.io
1 parent 5f6d3e4 commit 70bb7fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/demo.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494

9595

9696
<!-- Our scripts. -->
97-
<script src="https://cdn.jsdelivr.net/npm/vue@2.5.16/dist/vue.js"></script>
97+
<script src="https://polyfill.io/v2/polyfill.min.js?features=CustomEvent,Element.prototype.matches,es6,HTMLPictureElement,matchMedia,fetch,Element.prototype.classList,Set,Array.from"></script>
98+
<script src="https://cdn.jsdelivr.net/npm/vue@2.5.17/dist/vue.min.js"></script>
9899
<script src="../dist/vue-blobselect.min.js"></script>
99100
<script>
100101
new Vue({

0 commit comments

Comments
 (0)