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 e2b56c8 commit a08682dCopy full SHA for a08682d
packages/react-vant/src/components/uploader/README.md
@@ -91,7 +91,7 @@ import { Uploader } from 'react-vant';
91
### Events
92
93
| 事件名 | 说明 | 回调参数 |
94
-| --- | --- | --- | --- |
+| --- | --- | --- |
95
| upload | 上传方法 | _(file: File) => Promise\<UploaderValueItem\>_ |
96
| onChange | 组件值更新时调用 | _UploaderValueItem[]_ |
97
| onOversize | 文件大小超过限制时触发 | _(files: File[]) => void_ |
0 commit comments