Skip to content

Commit

Permalink
fix(menu): 移除 taro 下 menu-popup 的入场动画 jdf2e#1541
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Sep 28, 2022
1 parent f6f6b3a commit 614bc4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/__VUE/menuitem/index.taro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
:position="parent.props.direction === 'down' ? 'top' : 'bottom'"
:duration="parent.props.duration"
pop-class="nut-menu__pop"
transition="menu-transition-none"
overlayClass="nut-menu__overlay"
:overlay="parent.props.overlay"
:lockScroll="parent.props.lockScroll"
Expand Down

0 comments on commit 614bc4e

Please sign in to comment.