ソースを参照

Merge branch 'next' of https://github.com/jdf2e/nutui into next

Drjnigfubo 3 年 前
コミット
5144af8d55
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/packages/__VUE/menuitem/index.taro.vue

+ 1 - 0
src/packages/__VUE/menuitem/index.taro.vue

@@ -20,6 +20,7 @@
       :position="parent.props.direction === 'down' ? 'top' : 'bottom'"
       :duration="parent.props.duration"
       pop-class="nut-menu__pop"
+      transition="transition-none"
       overlayClass="nut-menu__overlay"
       :overlay="parent.props.overlay"
       :lockScroll="parent.props.lockScroll"