-
diff --git a/packages/uploader/en-US.md b/packages/uploader/en-US.md
index 0e85ab645..02f39e09c 100644
--- a/packages/uploader/en-US.md
+++ b/packages/uploader/en-US.md
@@ -48,16 +48,6 @@ export default {
};
```
-### Set input attrs
-
-You can set native properties such as `accpet`、`multiple` on Uploader, and the input will automatically inherits the attribute.
-
-```html
-
-
-
-```
-
## API
### Props
@@ -68,6 +58,7 @@ You can set native properties such as `accpet`、`multiple` on Uploader, and the
| result-type | Type of file read result, can be set to `dataUrl` `text` | `String` | `dataUrl` |
| accept | Accepted file type | `String` | `image/*` |
| disabled | Whether to disabled the upload | `Boolean` | `false` |
+| multiple | Whether to enable multiple selection pictures | `Boolean` | `false` |
| before-read | Hook before reading the file, return false to stop reading the file | `Function` | - |
| after-read | Hook after reading the file | `Function` | - |
| max-size | Max size of file | `Number` | - |
diff --git a/packages/uploader/test/__snapshots__/demo.spec.js.snap b/packages/uploader/test/__snapshots__/demo.spec.js.snap
index 414e32331..44d6cc243 100644
--- a/packages/uploader/test/__snapshots__/demo.spec.js.snap
+++ b/packages/uploader/test/__snapshots__/demo.spec.js.snap
@@ -14,11 +14,5 @@ exports[`renders demo correctly 1`] = `
-