fix: upload custom method not work

pull/3866/head
tangjinzhou 2021-03-27 22:15:55 +08:00
parent e30077dd83
commit 6554659338
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ const uploadProps = {
withCredentials: PropTypes.looseBool,
supportServerRender: PropTypes.looseBool,
openFileDialogOnClick: PropTypes.looseBool,
method: PropTypes.string,
};
export default defineComponent({
name: 'Upload',