Docs: fix Divider attribute type in zh-cn (#15889)

pull/16185/head
Haoran Yu 2019-06-10 14:29:37 +08:00 committed by island205
parent ed74b6740f
commit 9be2a3d1ab
1 changed files with 1 additions and 1 deletions

View File

@ -57,5 +57,5 @@
### Divider Attributes
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|------------- |---------------- |---------------- |---------------------- |-------- |
| direction | 设置分割线方向 | boolean | horizontal / vertical | horizontal |
| direction | 设置分割线方向 | string | horizontal / vertical | horizontal |
| content-position | 设置分割线文案的位置 | string | left / right / center | center |