fix: menu animation
parent
35018fcac1
commit
96ba93cf9b
|
@ -1 +1 @@
|
|||
Subproject commit adbfcd30aeb6c125defa35102ed659f1be03c672
|
||||
Subproject commit 78341d7cd7c34015b7369982cfa7914fbc558232
|
|
@ -250,6 +250,7 @@ const Menu = {
|
|||
onMouseenter: this.handleMouseEnter,
|
||||
onTransitionend: this.handleTransitionEnd,
|
||||
children: getSlot(this),
|
||||
openTransitionName: '', //issue解决后可去掉openTransitionName https://github.com/vuejs/vue-next/issues/1412
|
||||
};
|
||||
if (!hasProp(this, 'selectedKeys')) {
|
||||
delete menuProps.selectedKeys;
|
||||
|
|
Loading…
Reference in New Issue