fix: menu animation

pull/2379/head
tangjinzhou 2020-06-21 15:59:38 +08:00
parent 35018fcac1
commit 96ba93cf9b
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit adbfcd30aeb6c125defa35102ed659f1be03c672
Subproject commit 78341d7cd7c34015b7369982cfa7914fbc558232

View File

@ -250,6 +250,7 @@ const Menu = {
onMouseenter: this.handleMouseEnter,
onTransitionend: this.handleTransitionEnd,
children: getSlot(this),
openTransitionName: '', //issueopenTransitionName https://github.com/vuejs/vue-next/issues/1412
};
if (!hasProp(this, 'selectedKeys')) {
delete menuProps.selectedKeys;