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
+6 -6
View File
@@ -48,13 +48,13 @@ Vue.use(Divider);
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| dashed | Whether to use dashed border | `boolean` | `false` |
| hairline | Whether to use hairline | `boolean` | `true` |
| content-position | Content positioncan be set to `left` `right` | `string` | `center` |
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| dashed | Whether to use dashed border | `boolean` | `false` | - |
| hairline | Whether to use hairline | `boolean` | `true` | - |
| content-position | Content positioncan be set to `left` `right` | `string` | `center` | - |
### Cell Slots
### Slots
| Name | Description |
|------|------|