Skip to content

Commit 6554659

Browse files
committed
fix: upload custom method not work
1 parent e30077d commit 6554659

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/vc-upload/src/Upload.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const uploadProps = {
2929
withCredentials: PropTypes.looseBool,
3030
supportServerRender: PropTypes.looseBool,
3131
openFileDialogOnClick: PropTypes.looseBool,
32+
method: PropTypes.string,
3233
};
3334
export default defineComponent({
3435
name: 'Upload',

0 commit comments

Comments
 (0)