master
git 8 years ago
parent 1d0e93a23e
commit cbb8fa574d

@ -1,6 +1,6 @@
/*!
* Name: vue-upload-component
* Version: 2.7.0
* Version: 2.7.2
* Author: LianYue
*/
(function (global, factory) {
@ -981,6 +981,7 @@ var FileUpload = { render: function render() {
input = document.createElement('input');
input.type = 'hidden';
input.name = key;
input.value = value;
form.appendChild(input);
}
}

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,6 +1,6 @@
/*!
* Name: vue-upload-component
* Version: 2.7.0
* Version: 2.7.2
* Author: LianYue
*/
(function (global, factory) {
@ -957,6 +957,7 @@ var FileUpload = { render: function render() {
input = document.createElement('input');
input.type = 'hidden';
input.name = key;
input.value = value;
form.appendChild(input);
}
}

File diff suppressed because one or more lines are too long

@ -1,6 +1,6 @@
/*!
* Name: vue-upload-component
* Version: 2.7.0
* Version: 2.7.1
* Author: LianYue
*/
/******/ (function(modules) { // webpackBootstrap
@ -2988,6 +2988,7 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr
input = document.createElement('input');
input.type = 'hidden';
input.name = key;
input.value = value;
form.appendChild(input);
}
}

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, Multi-file upload, Upload directory, Drag upload, Drag the directory, Upload multiple files at the same time, html4 (IE 9), `PUT` method, Customize the filter",
"version": "2.7.1",
"version": "2.7.2",
"author": "LianYue",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server",

Loading…
Cancel
Save