We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af06b8c commit 15dbba4Copy full SHA for 15dbba4
src/README.md
@@ -22,7 +22,7 @@ npm i vuetify-upload-component -s
22
## Props:
23
Name \<Type\> | Description | Defaults | Notes
24
--- | --- | --- | ---
25
-`accept <String>` | Limit accepted file-types. | "\*" | [More information...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-accept)
+`accept <String>` | Limit accepted file-types. | "\*" | [More information...](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept)
26
`multiple <Boolean>` | Set to accept multiple files. | `false` |
27
`label <String>` | Header text. | "Attachments"
28
0 commit comments