Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
8261e1d1
Commit
8261e1d1
authored
Sep 09, 2016
by
杨奕
Committed by
GitHub
Sep 09, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #41 from QingWei-Li/master
Upload: missing headers
parents
48ea261b
a192bfce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
CHANGELOG.md
CHANGELOG.md
+1
-0
packages/upload/src/index.vue
packages/upload/src/index.vue
+1
-0
No files found.
CHANGELOG.md
View file @
8261e1d1
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
-
修复 Input Number 输入小数和非数字值时的问题
-
修复 Input Number 输入小数和非数字值时的问题
-
修复 Select 选中 value 为 0 的值时绑定值不更新的问题
-
修复 Select 选中 value 为 0 的值时绑定值不更新的问题
-
修复 Tree 取消选择某节点后,其同级节点均被取消的问题
-
修复 Tree 取消选择某节点后,其同级节点均被取消的问题
-
修复 Upload 的 headers 属性设置无效
-
优化 增加打包成 commonjs 且不压缩的文件,默认引入 commonjs
-
优化 增加打包成 commonjs 且不压缩的文件,默认引入 commonjs
#### 非兼容性更新
#### 非兼容性更新
...
...
packages/upload/src/index.vue
View file @
8261e1d1
...
@@ -177,6 +177,7 @@ export default {
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment