Skip to content

Commit a08682d

Browse files
authored
修复upload中markdown的错误格式,导致Event的配置未能正常显示 (#712)
1 parent e2b56c8 commit a08682d

File tree

1 file changed

+1
-1
lines changed
  • packages/react-vant/src/components/uploader

1 file changed

+1
-1
lines changed

packages/react-vant/src/components/uploader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ import { Uploader } from 'react-vant';
9191
### Events
9292

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

0 commit comments

Comments
 (0)