ant-design-vue/components/divider/index.zh-CN.md

9 lines
280 B
Markdown
Raw Normal View History

2018-01-30 10:22:41 +00:00
## API
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| dashed | 是否虚线 | Boolean | false |
| type | 水平还是垂直类型 | enum: `horizontal` `vertical` | `horizontal` |
2018-04-07 06:29:59 +00:00
| orientation | 分割线标题的位置 | enum: `left` `right` | `center` |