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
+13 -13
View File
@@ -107,22 +107,22 @@ export default {
### Radio Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| name | Radio name | `any` | - |
| shape | Can be set to `square` | `string` | `round` |
| disabled | Whether to disable radio | `boolean` | `false` |
| icon-size | Icon size | `string | number` | `20px` |
| label-disabled | Whether to disable label click | `boolean` | `false` |
| label-position | Can be set to `left` | `string` | `right` |
| checked-color | Checked color | `string` | `#1989fa` | - |
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| name | Radio name | `any` | - | - |
| shape | Can be set to `square` | `string` | `round` | - |
| disabled | Whether to disable radio | `boolean` | `false` | - |
| icon-size | Icon size | `string | number` | `20px` | - |
| label-disabled | Whether to disable label click | `boolean` | `false` | - |
| label-position | Can be set to `left` | `string` | `right` | - |
| checked-color | Checked color | `string` | `#1989fa` | - | - |
### RadioGroup Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| v-model | Name of checked radio | `any` | - |
| disabled | Diable all radios | `boolean` | `false` |
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| v-model | Name of checked radio | `any` | - | - |
| disabled | Diable all radios | `boolean` | `false` | - |
### Radio Events
+1 -1
View File
@@ -118,7 +118,7 @@ export default {
| name | 标识符 | `any` | - | - |
| shape | 形状,可选值为 `square` | `string` | `round` | - |
| disabled | 是否为禁用状态 | `boolean` | `false` | - |
| icon-size | 图标大小,默认单位为`px` | `string | number` | `20px` | 2.0.0 |
| icon-size | 图标大小,默认单位为`px` | `string | number` | `20px` | - |
| label-disabled | 是否禁用文本内容点击 | `boolean` | `false` | - |
| label-position | 文本位置,可选值为 `left` | `string` | `right` | - |
| checked-color | 选中状态颜色 | `string` | `#1989fa` | - |