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
@@ -101,7 +101,7 @@ export default {
| 参数 | 说明 | 类型 | 默认值 |
|------|------|------|------|
| name | 唯一标识符,默认为索引值 | *string \| number* | `index` |
| icon | 标题栏左侧[图标名称](#/zh-CN/icon)或图片链接 | *string* | - |
| icon | 标题栏左侧 [图标名称](#/zh-CN/icon) 或图片链接 | *string* | - |
| size | 标题栏大小,可选值为 `large` | *string* | - |
| title | 标题栏左侧内容 | *string \| number* | - |
| value | 标题栏右侧内容 | *string \| number* | - |