We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30077d commit 6554659Copy full SHA for 6554659
components/vc-upload/src/Upload.jsx
@@ -29,6 +29,7 @@ const uploadProps = {
29
withCredentials: PropTypes.looseBool,
30
supportServerRender: PropTypes.looseBool,
31
openFileDialogOnClick: PropTypes.looseBool,
32
+ method: PropTypes.string,
33
};
34
export default defineComponent({
35
name: 'Upload',
0 commit comments