mirror of https://github.com/ElemeFE/element
Upload: missing headers
parent
48ea261b7e
commit
a192bfce58
|
@ -14,6 +14,7 @@
|
||||||
- 修复 Input Number 输入小数和非数字值时的问题
|
- 修复 Input Number 输入小数和非数字值时的问题
|
||||||
- 修复 Select 选中 value 为 0 的值时绑定值不更新的问题
|
- 修复 Select 选中 value 为 0 的值时绑定值不更新的问题
|
||||||
- 修复 Tree 取消选择某节点后,其同级节点均被取消的问题
|
- 修复 Tree 取消选择某节点后,其同级节点均被取消的问题
|
||||||
|
- 修复 Upload 的 headers 属性设置无效
|
||||||
- 优化 增加打包成 commonjs 且不压缩的文件,默认引入 commonjs
|
- 优化 增加打包成 commonjs 且不压缩的文件,默认引入 commonjs
|
||||||
|
|
||||||
#### 非兼容性更新
|
#### 非兼容性更新
|
||||||
|
|
|
@ -177,6 +177,7 @@ export default {
|
||||||
multiple: this.multiple,
|
multiple: this.multiple,
|
||||||
'before-upload': this.beforeUpload,
|
'before-upload': this.beforeUpload,
|
||||||
'with-credentials': this.withCredentials,
|
'with-credentials': this.withCredentials,
|
||||||
|
headers: this.headers,
|
||||||
name: this.name,
|
name: this.name,
|
||||||
accept: this.thumbnailMode ? 'image/*' : this.accept,
|
accept: this.thumbnailMode ? 'image/*' : this.accept,
|
||||||
'on-start': this.handleStart,
|
'on-start': this.handleStart,
|
||||||
|
|
Loading…
Reference in New Issue