docs: type highlight (#4264)

This commit is contained in:
neverland
2019-08-27 22:09:21 +08:00
committed by GitHub
parent a79750d00c
commit ecbdc2bede
129 changed files with 1493 additions and 1484 deletions

View File

@@ -50,9 +50,9 @@ Vue.use(Divider);
| 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` | - |
| 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` | - |
### Slots

View File

@@ -60,9 +60,9 @@ Vue.use(Divider);
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| dashed | 是否使用虚线 | `boolean` | `false` | - |
| hairline | 是否使用 0.5px 线 | `boolean` | `true` | - |
| content-position | 内容位置,可选值为`left` `right` | `string` | `center` | - |
| dashed | 是否使用虚线 | *boolean* | `false` | - |
| hairline | 是否使用 0.5px 线 | *boolean* | `true` | - |
| content-position | 内容位置,可选值为`left` `right` | *string* | `center` | - |
### Slots