git 9 years ago
parent 5076e381b2
commit 5be0900fdb

1
dist/example.js vendored

@ -9171,7 +9171,6 @@
mounted: function mounted() {
var _this = this;
return;
var input = document.createElement('input');
input.type = 'file';
if (window.FormData && input.files) {

File diff suppressed because one or more lines are too long

@ -782,7 +782,6 @@ module.exports =
mounted: function mounted() {
var _this = this;
return;
var input = document.createElement('input');
input.type = 'file';
if (window.FormData && input.files) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

@ -125,7 +125,6 @@ export default {
//
mounted() {
return
var input = document.createElement('input');
input.type = 'file';
if (window.FormData && input.files) {

Loading…
Cancel
Save