docs: fix arrow-direction default value

This commit is contained in:
陈嘉涵
2020-01-23 10:36:43 +08:00
parent 24ec818121
commit e04fb6cd7b
18 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ export default {
| title | 顶部标题 | *string* | - |
| cancel-text | 取消按钮文字 | *string* | - |
| description `v2.2.8` | 选项上方的描述信息 | *string* | - |
| close-icon `v2.2.13` | 关闭[图标名称](#/zh-CN/icon)或图片链接 | *string* | `cross` |
| close-icon `v2.2.13` | 关闭 [图标名称](#/zh-CN/icon) 或图片链接 | *string* | `cross` |
| duration `v2.0.3` | 动画时长,单位秒 | *number* | `0.3` |
| round `v2.0.9` | 是否显示圆角 | *boolean* | `true` |
| overlay | 是否显示遮罩层 | *boolean* | `true` |