docs: add link of ref (#5072)

This commit is contained in:
neverland 2019-11-21 17:32:23 +08:00 committed by GitHub
parent a1a93ba11b
commit 3bcb4e7716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
26 changed files with 28 additions and 28 deletions

View File

@ -103,7 +103,7 @@ export default {
### Methods
Use ref to get address-edit instance and call instance methods
Use [ref](https://vuejs.org/v2/api/#ref) to get AddressEdit instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|

View File

@ -103,7 +103,7 @@ export default {
### 方法
通过 ref 可以获取到 address-edit 实例并调用实例方法
通过 [ref](https://cn.vuejs.org/v2/api/#ref) 可以获取到 AddressEdit 实例并调用实例方法
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|

View File

@ -81,7 +81,7 @@ Set `columns-num` with 2, you'll have a 2 level picker.
### Methods
Use ref to get area instance and call instance methods
Use [ref](https://vuejs.org/v2/api/#ref) to get Area instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|

View File

@ -80,7 +80,7 @@ Vue.use(Area);
### 方法
通过 ref 可以获取到 area 实例并调用实例方法
通过 [ref](https://cn.vuejs.org/v2/api/#ref) 可以获取到 Area 实例并调用实例方法
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|

View File

@ -216,7 +216,7 @@ export default {
### CheckboxGroup Methods
Use ref to get CheckboxGroup instance and call instance methods
Use [ref](https://vuejs.org/v2/api/#ref) to get CheckboxGroup instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|
@ -224,7 +224,7 @@ Use ref to get CheckboxGroup instance and call instance methods
### Checkbox Methods
Use ref to get Checkbox instance and call instance methods
Use [ref](https://vuejs.org/v2/api/#ref) to get Checkbox instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|

View File

@ -228,7 +228,7 @@ export default {
### CheckboxGroup 方法
通过 ref 可以获取到 CheckboxGroup 实例并调用实例方法
通过 [ref](https://cn.vuejs.org/v2/api/#ref) 可以获取到 CheckboxGroup 实例并调用实例方法
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|
@ -236,7 +236,7 @@ export default {
### Checkbox 方法
通过 ref 可以获取到 Checkbox 实例并调用实例方法
通过 [ref](https://cn.vuejs.org/v2/api/#ref) 可以获取到 Checkbox 实例并调用实例方法
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|

View File

@ -142,7 +142,7 @@ export default {
### Methods
Use ref to get CountDown instance and call instance methods
Use [ref](https://vuejs.org/v2/api/#ref) to get CountDown instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|

View File

@ -152,7 +152,7 @@ export default {
### 方法
通过 ref 可以获取到 CountDown 实例并调用实例方法
通过 [ref](https://cn.vuejs.org/v2/api/#ref) 可以获取到 CountDown 实例并调用实例方法
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|

View File

@ -149,7 +149,7 @@ Use `active-color` prop to custom active color of the title and options
### DropdownItem Methods
Use ref to get DropdownItem instance and call instance methods
Use [ref](https://vuejs.org/v2/api/#ref) to get DropdownItem instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|

View File

@ -153,7 +153,7 @@ export default {
### DropdownItem 方法
通过 ref 可以获取到 DropdownItem 实例并调用实例方法
通过 [ref](https://cn.vuejs.org/v2/api/#ref) 可以获取到 DropdownItem 实例并调用实例方法
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|

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](https://vuejs.org/v2/api/#ref) to get Field instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|

View File

@ -187,7 +187,7 @@ Vue.use(Field);
### 方法
通过 ref 可以获取到 Field 实例并调用实例方法
通过 [ref](https://cn.vuejs.org/v2/api/#ref) 可以获取到 Field 实例并调用实例方法
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|

View File

@ -120,7 +120,7 @@ export default {
### Methods
Use ref to get list instance and call instance methods
Use [ref](https://vuejs.org/v2/api/#ref) to get List instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|

View File

@ -127,7 +127,7 @@ export default {
### 方法
通过 ref 可以获取到 list 实例并调用实例方法
通过 [ref](https://cn.vuejs.org/v2/api/#ref) 可以获取到 List 实例并调用实例方法
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|

View File

@ -227,7 +227,7 @@ Picker events will pass different parameters according to the columns are single
### Methods
Use ref to get picker instance and call instance methods
Use [ref](https://vuejs.org/v2/api/#ref) to get Picker instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|

View File

@ -239,7 +239,7 @@ Picker 组件的事件会根据 columns 是单列或多列返回不同的参数
### 方法
通过 ref 可以获取到 picker 实例并调用实例方法
通过 [ref](https://cn.vuejs.org/v2/api/#ref) 可以获取到 Picker 实例并调用实例方法
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|

View File

@ -155,7 +155,7 @@ export default {
### Methods
Use ref to get sku instance and call instance methods
Use [ref](https://vuejs.org/v2/api/#ref) to get Sku instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|

View File

@ -159,7 +159,7 @@ export default {
### 方法
通过 ref 可以获取到 sku 实例并调用实例方法
通过 [ref](https://cn.vuejs.org/v2/api/#ref) 可以获取到 Sku 实例并调用实例方法
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|

View File

@ -105,7 +105,7 @@ export default {
### Methods
Use ref to get SwipeCell instance and call instance methods
Use [ref](https://vuejs.org/v2/api/#ref) to get SwipeCell instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|

View File

@ -110,7 +110,7 @@ export default {
### 方法
通过 ref 可以获取到 SwipeCell 实例并调用实例方法
通过 [ref](https://cn.vuejs.org/v2/api/#ref) 可以获取到 SwipeCell 实例并调用实例方法
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|

View File

@ -156,7 +156,7 @@ export default {
### Swipe Methods
Use ref to get Swipe instance and call instance methods
Use [ref](https://vuejs.org/v2/api/#ref) to get Swipe instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|

View File

@ -162,7 +162,7 @@ export default {
### Swipe 方法
通过 ref 可以获取到 Swipe 实例并调用实例方法
通过 [ref](https://cn.vuejs.org/v2/api/#ref) 可以获取到 Swipe 实例并调用实例方法
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|

View File

@ -217,7 +217,7 @@ In swipeable mode, you can switch tabs with swipe gestrue in the content
### Tabs Methods
Use ref to get Tabs instance and call instance methods
Use [ref](https://vuejs.org/v2/api/#ref) to get Tabs instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|

View File

@ -221,7 +221,7 @@ export default {
### Tabs 方法
通过 ref 可以获取到 Tabs 实例并调用实例方法
通过 [ref](https://cn.vuejs.org/v2/api/#ref) 可以获取到 Tabs 实例并调用实例方法
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|

View File

@ -161,7 +161,7 @@ export default {
### Methods
Use ref to get Uploader instance and call instance methods
Use [ref](https://vuejs.org/v2/api/#ref) to get Uploader instance and call instance methods
| Name | Description | Attribute | Return value |
|------|------|------|------|

View File

@ -181,7 +181,7 @@ before-read、after-read、before-delete 执行时会传递以下回调参数:
### 方法
通过 ref 可以获取到 Uploader 实例并调用实例方法
通过 [ref](https://cn.vuejs.org/v2/api/#ref) 可以获取到 Uploader 实例并调用实例方法
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|