feat(Uploader): add closeImagePreview method (#4901)

This commit is contained in:
neverland
2019-11-02 20:43:14 +08:00
committed by GitHub
parent 02e84d1e15
commit dcd67a1da9
6 changed files with 43 additions and 3 deletions
+8
View File
@@ -157,3 +157,11 @@ export default {
| file | Result contains File object |
| text | Result contains File object and text content |
| dataUrl | Result contains File object and base64 content |
### Methods
Use ref to get Uploader instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|
| closeImagePreview | Close full screen image preview | - | - |