mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[new feature] DropdownMenu: add overlay prop
This commit is contained in:
@@ -8,6 +8,10 @@ export default sfc({
|
||||
mixins: [ParentMixin('vanDropdownMenu')],
|
||||
|
||||
props: {
|
||||
overlay: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
zIndex: {
|
||||
type: Number,
|
||||
default: 10
|
||||
|
Reference in New Issue
Block a user