[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
+4
View File
@@ -19,6 +19,10 @@ export default sfc({
activeColor: {
type: String,
default: BLUE
},
closeOnClickOverlay: {
type: Boolean,
default: true
}
},