给input 添加 webkitdirectory 属性可以实现文件夹上传,仅支持webkit内核浏览器
this.$nextTick(() => {
document.getElementsByClassName(
"el-upload__input"
)[0].webkitdirectory = true;
});
给input 添加 webkitdirectory 属性可以实现文件夹上传,仅支持webkit内核浏览器
this.$nextTick(() => {
document.getElementsByClassName(
"el-upload__input"
)[0].webkitdirectory = true;
});