[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

View File

@@ -8,6 +8,10 @@ export default sfc({
mixins: [ParentMixin('vanDropdownMenu')],
props: {
overlay: {
type: Boolean,
default: true
},
zIndex: {
type: Number,
default: 10