Skip to content

Commit 15dbba4

Browse files
authored
Update README.md
Updated doc links
1 parent af06b8c commit 15dbba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ npm i vuetify-upload-component -s
2222
## Props:
2323
Name \<Type\> | Description | Defaults | Notes
2424
--- | --- | --- | ---
25-
`accept <String>` | Limit accepted file-types. | "\*" | [More information...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-accept)
25+
`accept <String>` | Limit accepted file-types. | "\*" | [More information...](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept)
2626
`multiple <Boolean>` | Set to accept multiple files. | `false` |
2727
`label <String>` | Header text. | "Attachments"
2828

0 commit comments

Comments
 (0)