Skip to content

Commit 4187ea6

Browse files
committed
fix: subMenu active class not work
1 parent 52a611d commit 4187ea6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

antdv-demo

components/vc-menu/SubMenu.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const SubMenu = {
7070
builtinPlacements: PropTypes.object.def(() => ({})),
7171
itemIcon: PropTypes.any,
7272
expandIcon: PropTypes.any,
73+
subMenuKey: PropTypes.string,
7374
},
7475
mixins: [BaseMixin],
7576
isSubMenu: true,

0 commit comments

Comments
 (0)