Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- <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>
|