Skip to content

Commit

Permalink
docs: 文档构建出现未闭合标签的错误提示
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Sep 30, 2024
1 parent e5a70f3 commit 2f15a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/uploader/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ app.post('/upload', upload.single('file'), (req, res) => {
| headers | Set request headers | `object` | `{}` |
| data | Uploading extra params or function which can return uploading extra params formData | `object` | `{}` |
| uploadIcon | Upload area<a href="#/zh-CN/icon">icon name</a> | `React.ReactNode` | `-` |
| deleteIcon | Delete area icon name</a> | `React.ReactNode` | `-` |
| deleteIcon | Delete area icon name | `React.ReactNode` | `-` |
| uploadLabel | Upload area tip | `React.ReactNode` | `-` |
| xhrState | The success status (status) value of the interface response | `number` | `200` |
| withCredentials | Support for sending cookie credential information | `boolean` | `false` |
Expand Down

0 comments on commit 2f15a1a

Please sign in to comment.