docs(changelog): 2.5.6

This commit is contained in:
chenjiahan
2020-03-20 15:06:16 +08:00
parent 275d7ed3e6
commit 317c2bd6dd
4 changed files with 59 additions and 2 deletions
+1 -1
View File
@@ -214,4 +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 | - | - |
| chooseFile `v2.5.6` | Trigger choosing files, works with the user action context only because of browser security | - | - |
+1 -1
View File
@@ -239,4 +239,4 @@ before-read、after-read、before-delete 执行时会传递以下回调参数:
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|
| closeImagePreview | 关闭全屏的图片预览 | - | - |
| chooseFile | 主动调起文件选择,由于浏览器安全限制,只有在用户触发操作的上下文中调用才有效 | - | - |
| chooseFile `v2.5.6` | 主动调起文件选择,由于浏览器安全限制,只有在用户触发操作的上下文中调用才有效 | - | - |