fix: subMenu active class not work
parent
52a611dde4
commit
4187ea6149
|
@ -1 +1 @@
|
||||||
Subproject commit 6213d13ef5f287b16a05ff5509b444a662570944
|
Subproject commit aba05e5d5f91583c536f44e95df5b9dbeb8482fe
|
|
@ -70,6 +70,7 @@ const SubMenu = {
|
||||||
builtinPlacements: PropTypes.object.def(() => ({})),
|
builtinPlacements: PropTypes.object.def(() => ({})),
|
||||||
itemIcon: PropTypes.any,
|
itemIcon: PropTypes.any,
|
||||||
expandIcon: PropTypes.any,
|
expandIcon: PropTypes.any,
|
||||||
|
subMenuKey: PropTypes.string,
|
||||||
},
|
},
|
||||||
mixins: [BaseMixin],
|
mixins: [BaseMixin],
|
||||||
isSubMenu: true,
|
isSubMenu: true,
|
||||||
|
|
Loading…
Reference in New Issue