mirror of
http://123.56.153.49:3000/haibing/litemall.git
synced 2025-06-07 14:05:39 +00:00
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
![]() |
<van-transition
|
||
|
show="{{ show }}"
|
||
|
custom-class="van-overlay"
|
||
|
custom-style="z-index: {{ zIndex }}; {{ customStyle }}"
|
||
|
duration="{{ duration }}"
|
||
|
bind:tap="onClick"
|
||
|
catch:touchmove="noop"
|
||
|
>
|
||
|
<slot></slot>
|
||
|
</van-transition>
|