mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-05 11:21:11 +08:00
docs: add missing upload 'method' attribute documentation (#4008)
This commit is contained in:
parent
5cd8be2434
commit
174756b73d
@ -86,6 +86,7 @@ upload/manual
|
|||||||
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- | ------------------------- | ------- |
|
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- | ------------------------- | ------- |
|
||||||
| action | required, request URL | string | — | — |
|
| action | required, request URL | string | — | — |
|
||||||
| headers | request headers | object | — | — |
|
| headers | request headers | object | — | — |
|
||||||
|
| method | set upload request method | string | post/put/patch | post |
|
||||||
| multiple | whether uploading multiple files is permitted | boolean | — | — |
|
| multiple | whether uploading multiple files is permitted | boolean | — | — |
|
||||||
| data | additions options of request | object | — | — |
|
| data | additions options of request | object | — | — |
|
||||||
| name | key name for uploaded file | string | — | file |
|
| name | key name for uploaded file | string | — | file |
|
||||||
|
Loading…
Reference in New Issue
Block a user