feat(Uploader): add chooseFile method (#5818)

This commit is contained in:
Pingren Nie
2020-03-16 09:39:42 +08:00
committed by GitHub
parent 4695dc29b9
commit f5e79dabb5
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -214,3 +214,4 @@ Use [ref](https://vuejs.org/v2/api/#ref) to get Uploader instance and call insta
| Name | Description | Attribute | Return value |
|------|------|------|------|
| closeImagePreview | Close full screen image preview | - | - |
| chooseFile | Trigger choosing files, works with the user action context only because of browser security | - | - |