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
@@ -100,24 +100,24 @@ Vue.use(Grid).use(GridItem);
### Grid Props
| Attribute | Description | Type | Default |
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| column-num | Column Num | `number` | `4` |
| gutter | Gutter | `string | number` | `0` |
| border | Whether to show border | `boolean` | `true` |
| center | Whether to center content | `boolean` | `true` |
| square | Whether to be square shape | `boolean` | `false` |
| clickable | Whether to show click feedback when clicked | `boolean` | `false` |
| column-num | Column Num | `number` | `4` | 2.0.4 |
| gutter | Gutter | `string | number` | `0` | - |
| border | Whether to show border | `boolean` | `true` | - |
| center | Whether to center content | `boolean` | `true` | - |
| square | Whether to be square shape | `boolean` | `false` | - |
| clickable | Whether to show click feedback when clicked | `boolean` | `false` | - |
### GridItem Props
| Attribute | Description | Type | Default |
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| text | Text | `string` | - |
| icon | Icon name or URL | `string` | - |
| url | Link URL | `string` | - |
| to | Target route of the link, same as to of vue-router | `string | object` | - |
| replace | If true, the navigation will not leave a history record | `boolean` | `false` |
| text | Text | `string` | - | - |
| icon | Icon name or URL | `string` | - | - |
| url | Link URL | `string` | - | - |
| to | Target route of the link, same as to of vue-router | `string | object` | - | - |
| replace | If true, the navigation will not leave a history record | `boolean` | `false` | - |
### GridItem Events