feat(Uploader): add closeImagePreview method (#4901)
This commit is contained in:
+1
-1
@@ -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 |
|
||||
|------|------|------|------|
|
||||
|
||||
@@ -187,7 +187,7 @@ Vue.use(Field);
|
||||
|
||||
### 方法
|
||||
|
||||
通过 ref 可以获取到 field 实例并调用实例方法
|
||||
通过 ref 可以获取到 Field 实例并调用实例方法
|
||||
|
||||
| 方法名 | 说明 | 参数 | 返回值 |
|
||||
|------|------|------|------|
|
||||
|
||||
Reference in New Issue
Block a user