Skip to content

Commit

Permalink
修复upload中markdown的错误格式,导致Event的配置未能正常显示 (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-hanks committed Apr 2, 2024
1 parent e2b56c8 commit a08682d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-vant/src/components/uploader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ import { Uploader } from 'react-vant';
### Events

| 事件名 | 说明 | 回调参数 |
| --- | --- | --- | --- |
| --- | --- | --- |
| upload | 上传方法 | _(file: File) => Promise\<UploaderValueItem\>_ |
| onChange | 组件值更新时调用 | _UploaderValueItem[]_ |
| onOversize | 文件大小超过限制时触发 | _(files: File[]) => void_ |
Expand Down

0 comments on commit a08682d

Please sign in to comment.