Upload: fix migrating message typo (#3510)

pull/3566/head
杨奕 2017-03-17 10:54:47 +08:00 committed by baiyaaaaa
parent 88af7a1a1e
commit c6ea89a809
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ export default {
return {
props: {
'default-file-list': 'default-file-list is renamed to file-list.',
'show-upload-list': 'show-file-list is renamed to show-file-list.',
'show-upload-list': 'show-upload-list is renamed to show-file-list.',
'thumbnail-mode': 'thumbnail-mode has been deprecated, you can implement the same effect according to this case: http://element.eleme.io/#/zh-CN/component/upload#yong-hu-tou-xiang-shang-chuan'
}
};