master
lianyue 8 years ago
parent f4df58000f
commit 6a7eac5c12

@ -1,6 +1,6 @@
/*!
* Name: vue-upload-component
* Version: 2.8.7
* Version: 2.8.8
* Author: LianYue
*/
(function (global, factory) {
@ -1110,8 +1110,9 @@
});
}
} else {
var names = el.value.replace(/\\/g, '/').split('/');
files.push({
name: el.value.replace(/^.*?([^\/\\\r\n]+)$/, '$1'),
name: names[names.length - 1],
el: el
});
}
@ -1920,7 +1921,7 @@
/* style */
var __vue_inject_styles__$1 = function (inject) {
if (!inject) return;
inject("data-v-62fe22ff_0", { source: "\n.file-uploads{overflow:hidden;position:relative;text-align:center;display:inline-block\n}\n.file-uploads.file-uploads-html4 input[type=file]{opacity:0;font-size:20em;z-index:1;top:0;left:0;right:0;bottom:0;position:absolute;width:100%;height:100%\n}\n.file-uploads.file-uploads-html5 input[type=file]{overflow:hidden;position:fixed;width:1px;height:1px;z-index:-1;opacity:0\n}", map: undefined, media: undefined });
inject("data-v-00c97c04_0", { source: "\n.file-uploads{overflow:hidden;position:relative;text-align:center;display:inline-block\n}\n.file-uploads.file-uploads-html4 input[type=file]{opacity:0;font-size:20em;z-index:1;top:0;left:0;right:0;bottom:0;position:absolute;width:100%;height:100%\n}\n.file-uploads.file-uploads-html5 input[type=file]{overflow:hidden;position:fixed;width:1px;height:1px;z-index:-1;opacity:0\n}", map: undefined, media: undefined });
};
/* scoped */
var __vue_scope_id__$1 = undefined;

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.8.7
* Version: 2.8.8
* Author: LianYue
*/
(function (global, factory) {
@ -1114,8 +1114,9 @@
});
}
} else {
var names = el.value.replace(/\\/g, '/').split('/');
files.push({
name: el.value.replace(/^.*?([^\/\\\r\n]+)$/, '$1'),
name: names[names.length - 1],
el: el
});
}
@ -1925,7 +1926,7 @@
/* scoped */
var __vue_scope_id__$1 = undefined;
/* module identifier */
var __vue_module_identifier__$1 = "data-v-62fe22ff";
var __vue_module_identifier__$1 = "data-v-00c97c04";
/* functional template */
var __vue_is_functional_template__$1 = false;
/* component normalizer */

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
Loading…
Cancel
Save