vant-weapp/lib/overlay/index.wxml
2019-09-20 14:15:06 +08:00

9 lines
200 B
Plaintext

<van-transition
show="{{ show }}"
custom-class="van-overlay"
custom-style="z-index: {{ zIndex }}; {{ customStyle }}"
duration="{{ duration }}"
bind:tap="onClick"
catch:touchmove="noop"
/>