Element-UI

1. el-upload 组件

  • 开启上传文件夹功能
    1. this.$refs.uploadFile.$children[0].$refs.input.webkitdirectory = true;

    注:该方法存在一些问题