[Doc] use ts-style type

This commit is contained in:
陈嘉涵
2019-07-11 20:35:41 +08:00
parent 32f19c5561
commit 019c75506a
120 changed files with 1288 additions and 1288 deletions
+3 -3
View File
@@ -49,9 +49,9 @@ Vue.use(Divider);
| 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` |
| 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
+3 -3
View File
@@ -59,9 +59,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