Skip to content

Commit

Permalink
Docs: Replace cdn (#9040)
Browse files Browse the repository at this point in the history
* fix: Replace cdn

* fix: Correct cdn host
  • Loading branch information
liril-net authored and Leopoldthecoder committed Dec 28, 2017
1 parent 324ee72 commit aa09c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div id="app"></div><% if (process.env.NODE_ENV === 'production') { %>
<script>
if (!window.Promise) {
document.write('<script src="//shadow.elemecdn.com/npm/es6-promise@4.1.1/dist/es6-promise.min.js"><\/script><script>ES6Promise.polyfill()<\/script>')
document.write('<script src="//cdn.jsdelivr.net/npm/es6-promise@4.1.1/dist/es6-promise.min.js"><\/script><script>ES6Promise.polyfill()<\/script>')
}
</script>
<script src="//cdn.jsdelivr.net/npm/vue@2.5.2/dist/vue.runtime.min.js"></script>
Expand Down

0 comments on commit aa09c46

Please sign in to comment.