[new feature] DropdownMenu: add close-on-click-overlay prop

This commit is contained in:
陈嘉涵
2019-05-07 20:43:59 +08:00
parent df7d33b03d
commit 6832fd8640
4 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ export default {
|------|------|------|------|------|
| active-color | 菜单标题和选项的选中态颜色 | `String` | `#1989fa` | - |
| z-index | 菜单栏 z-index 层级 | `Number` | `10` | - |
| overlay | 是否显示遮罩层 | `Boolean` | `true` | - | - |
| overlay | 是否显示遮罩层 | `Boolean` | `true` | - |
| close-on-click-overlay | 是否在点击蒙层后关闭菜单 | `Boolean` | `true` | - |
### DropdownItem Props