You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/divider/index.zh-CN.md

9 lines
280 B

## API
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| dashed | 是否虚线 | Boolean | false |
| orientation | 分割线标题的位置 | enum: `left` `right` | `center` |
| type | 水平还是垂直类型 | enum: `horizontal` `vertical` | `horizontal` |