Package Exports
- ie9-uploader-vue
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ie9-uploader-vue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ie9-uploader-vue
基于vue的ie9上传组件
这是我在工作中遇到的element ui中的uploader组件在ie9下无法使用的解决方案,用表单加iframe的方式来模拟ajax文件上传。
使用方法
<custom-uploader v-if="item.type === 'upload'" needName @change="handleItemChange" :originList="value[item.prop]" :valueKey="item.prop"/>