@@ -258,7 +258,7 @@ on-progress | hook function when some progress occurs | function(event, file, fi
on-change | hook function when file status change | function(file, fileList) | — | — |
before-upload | hook function before uploading with the file to be uploaded as its parameter. If `false` or a `Promise` is returned, uploading will be aborted | function(file) | — | —
'default-file-list':'default-file-list is renamed to file-list.',
'show-upload-list':'show-file-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'