Fix es6-promise

master
git 8 years ago
parent 7a3af5e0e6
commit 7b9dac4faa

@ -6,7 +6,7 @@
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script src="https://unpkg.com/es6-promise"></script> <script src="https://unpkg.com/es6-promise/dist/es6-promise.auto.min.js"></script>
<script src="https://unpkg.com/vue"></script> <script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vuex"></script> <script src="https://unpkg.com/vuex"></script>
<script src="./dist/example.js"></script> <script src="./dist/example.js"></script>

@ -1,7 +1,7 @@
{ {
"name": "vue-upload-component", "name": "vue-upload-component",
"description": "Vue.js file upload component, Support for multiple file uploads, progress, html5, html4, support ie9", "description": "Vue.js file upload component, Support for multiple file uploads, progress, html5, html4, support ie9",
"version": "2.5.0-beta.1", "version": "2.5.0-beta.2",
"author": "LianYue", "author": "LianYue",
"scripts": { "scripts": {
"dev": "webpack-dev-server --inline --hot", "dev": "webpack-dev-server --inline --hot",

Loading…
Cancel
Save