Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- <van-transition
- wx:if="{{ lockScroll }}"
- show="{{ show }}"
- custom-class="van-overlay"
- custom-style="z-index: {{ zIndex }}; {{ customStyle }}"
- duration="{{ duration }}"
- bind:tap="onClick"
- catch:touchmove="noop"
- >
- <slot></slot>
- </van-transition>
- <van-transition
- wx:else
- show="{{ show }}"
- custom-class="van-overlay"
- custom-style="z-index: {{ zIndex }}; {{ customStyle }}"
- duration="{{ duration }}"
- bind:tap="onClick"
- >
- <slot></slot>
- </van-transition>
|