Merge pull request #183 from csvwolf/update-doc

update dropdown doc
pull/184/head
baiyaaaaa 2016-09-29 14:08:37 +08:00 committed by GitHub
commit 1cae9b35b3
1 changed files with 1 additions and 1 deletions

View File

@ -125,6 +125,6 @@
| text | 菜单按钮文本 | string | — | — |
| type | 菜单按钮类型,同 Button 组件 | string | — | — |
| trigger | 触发下拉菜单的方式 | string | hover,click | hover |
| icon-separate | 独立的下拉菜单按钮 | boolean | — | false |
| icon-separate | 独立的下拉菜单按钮 | boolean | — | true |
| size | 菜单按钮尺寸,同 Button 组件 | string | large, small, mini | — |
| menu-align | 菜单水平对齐方向 | string | start, end | end |