fix(docs): [el-divider] Document case error, String to string (#6934)

This commit is contained in:
一个大胖子 2022-04-01 14:27:23 +08:00 committed by GitHub
parent d6a4415306
commit 913cf42fdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,4 +51,4 @@ divider/vertical-divider
| ---------------- | ----------------------------------------- | ------ | --------------------------------------------------------------------------------- | ---------- |
| direction | Set divider's direction | string | horizontal / vertical | horizontal |
| border-style | Set the style of divider | string | [CSS/border-style](https://developer.mozilla.org/zh-CN/docs/Web/CSS/border-style) | solid |
| content-position | customize the content on the divider line | String | left / right / center | center |
| content-position | customize the content on the divider line | string | left / right / center | center |