[new feature] DropdownMenu: add duration prop

This commit is contained in:
陈嘉涵
2019-05-23 20:38:17 +08:00
parent 9bce0aa31b
commit 3e15719ff3
5 changed files with 12 additions and 2 deletions
+4
View File
@@ -20,6 +20,10 @@ export default sfc({
type: Number,
default: 10
},
duration: {
type: Number,
default: 0.2
},
activeColor: {
type: String,
default: BLUE