mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 18:48:32 +08:00
Fix: The props of the subpopupmenum component is missing the submenuopendelay and submenclosedelay properties (#3291)
* fix: the button's loading property without delay * fix: missing the submenuopendelay and submenclosedelay properties Co-authored-by: caiyong <caiyong@ihomefnt.com>
This commit is contained in:
parent
7f239b26e1
commit
cc2d1551b7
@ -108,6 +108,8 @@ const SubPopupMenu = {
|
||||
expandIcon: PropTypes.any,
|
||||
overflowedIndicator: PropTypes.any,
|
||||
children: PropTypes.any.def([]),
|
||||
subMenuOpenDelay: PropTypes.number.def(0.1),
|
||||
subMenuCloseDelay: PropTypes.number.def(0.1),
|
||||
forceSubMenuRender: PropTypes.looseBool.def(false),
|
||||
parentUniKeys: PropTypes.array.def(() => []),
|
||||
parentUniKey: PropTypes.string,
|
||||
|
Loading…
Reference in New Issue
Block a user