index.wxml 264 B

12345678910
  1. <wxs src="./index.wxs" module="computed" />
  2. <view
  3. wx:if="{{ inited }}"
  4. class="van-transition custom-class {{ classes }}"
  5. style="{{ computed.rootStyle({ currentDuration, display, customStyle }) }}"
  6. bind:transitionend="onTransitionEnd"
  7. >
  8. <slot />
  9. </view>