mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 04:58:16 +08:00
fix: collapsed menu wrong mode responsively #2265
This commit is contained in:
parent
a53ebca41d
commit
ea0f436eac
@ -246,7 +246,7 @@ const Menu = {
|
|||||||
select: this.handleSelect,
|
select: this.handleSelect,
|
||||||
deselect: this.handleDeselect,
|
deselect: this.handleDeselect,
|
||||||
openChange: this.handleOpenChange,
|
openChange: this.handleOpenChange,
|
||||||
onMouseenter: this.handleMouseEnter,
|
mouseenter: this.handleMouseEnter,
|
||||||
},
|
},
|
||||||
nativeOn: {
|
nativeOn: {
|
||||||
transitionend: this.handleTransitionEnd,
|
transitionend: this.handleTransitionEnd,
|
||||||
|
Loading…
Reference in New Issue
Block a user