[new feature] DropdownMenu: add overlay prop

This commit is contained in:
陈嘉涵
2019-05-07 20:42:03 +08:00
parent d935fa5fc7
commit df7d33b03d
4 changed files with 7 additions and 0 deletions
+1
View File
@@ -82,6 +82,7 @@ export default {
|------|------|------|------|------|
| active-color | Active color of title and option | `String` | `#1989fa` |
| z-index | z-index of menu item | `Number` | `10` |
| overlay | Whether to show overlay | `Boolean` | `true` |
### DropdownItem Props