Sanakey
2021-01-31 53cc6f817625897935fb10c3845ad7be400f3036
提交 | 用户 | age
53cc6f 1 <wxs src="./index.wxs" module="computed" />
S 2
d98d05 3 <view
S 4   wx:if="{{ inited }}"
5   class="van-transition custom-class {{ classes }}"
53cc6f 6   style="{{ computed.rootStyle({ currentDuration, display, customStyle }) }}"
d98d05 7   bind:transitionend="onTransitionEnd"
S 8 >
9   <slot />
10 </view>