fix divider.md中的描述错误

This commit is contained in:
宁培培 2022-05-06 08:10:21 +08:00 committed by GitHub
parent 1f0776989c
commit 8a09b6d7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,6 @@ order: 42
| 属性名 | 类型 | 默认值 | 说明 |
| --------- | -------- | ---------- | ----------------------------------- |
| type | `string` | | `"dialog"` 指定为 Dialog 渲染器 |
| type | `string` | | `"divider"` 指定为 分割线 渲染器 |
| className | `string` | | 外层 Dom 的类名 |
| lineStyle | `string` | `"dashed"` | 分割线的样式,支持`dashed`和`solid` |