docs(divider): add divider docs (#437)

This commit is contained in:
caoyugang_1 2021-07-07 23:46:06 +08:00 committed by GitHub
parent 976e6db43f
commit 38dbca847c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -12,11 +12,11 @@ vertical
## Props
| Name | Type | Default | Description |
| --------------- | ------------------------------- | ---------- | ----------- |
| dashed | `boolean` | `false` | |
| title-placement | `'left' \| 'right' \| 'center'` | `'center'` | |
| vertical | `boolean` | `false` | |
| Name | Type | Default | Description |
| --- | --- | --- | --- |
| dashed | `boolean` | `false` | Whether to show dashed line. |
| title-placement | `'left' \| 'right' \| 'center'` | `'center'` | Title placement. |
| vertical | `boolean` | `false` | Whether to show vertical direction. |
## Slots

View File

@ -12,11 +12,11 @@ vertical
## Props
| 名称 | 类型 | 默认值 | 说明 |
| --------------- | ------------------------------- | ---------- | ---- |
| dashed | `boolean` | `false` | |
| title-placement | `'left' \| 'right' \| 'center'` | `'center'` | |
| vertical | `boolean` | `false` | |
| 名称 | 类型 | 默认值 | 说明 |
| --- | --- | --- | --- |
| dashed | `boolean` | `false` | 是否使用虚线分割 |
| title-placement | `'left' \| 'right' \| 'center'` | `'center'` | title 的位置 |
| vertical | `boolean` | `false` | 是否垂直分隔 |
## Slots