docs: add version tip in en docs (#4262)

This commit is contained in:
neverland
2019-08-27 19:56:30 +08:00
committed by GitHub
parent 8ee0bef715
commit 959efb0ce6
88 changed files with 865 additions and 864 deletions
+12 -12
View File
@@ -44,18 +44,18 @@ Set `columns-num` with 2, you'll have a 2 level picker.
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| value | the `code` of selected area | `string` | - |
| title | Toolbar title | `string` | - |
| area-list | Area data | `object` | - |
| columns-num | level of picker | `string | number` | `3` |
| item-height | Option height | `number` | `44` |
| loading | Whether to show loading prompt | `boolean` | `false` |
| visible-item-count | Count of visible columns | `number` | `5` |
| confirm-button-text | Text of confirm button | `string` | `Confirm` |
| cancel-button-text | Text of cancel button | `string` | `Cancel` |
| is-oversea-code | The method to validate oversea code | `() => boolean` | - |
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| value | the `code` of selected area | `string` | - | - |
| title | Toolbar title | `string` | - | - |
| area-list | Area data | `object` | - | - |
| columns-num | level of picker | `string | number` | `3` | - |
| item-height | Option height | `number` | `44` | - |
| loading | Whether to show loading prompt | `boolean` | `false` | - |
| visible-item-count | Count of visible columns | `number` | `5` | - |
| confirm-button-text | Text of confirm button | `string` | `Confirm` | - |
| cancel-button-text | Text of cancel button | `string` | `Cancel` | - |
| is-oversea-code | The method to validate oversea code | `() => boolean` | - | 2.1.4 |
### Events