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
+1 -1
View File
@@ -181,7 +181,7 @@ Field support all native events of input tag
### Methods
Use ref to get field instance and call instance methods
Use ref to get Field instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|
+1 -1
View File
@@ -187,7 +187,7 @@ Vue.use(Field);
### 方法
通过 ref 可以获取到 field 实例并调用实例方法
通过 ref 可以获取到 Field 实例并调用实例方法
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|