邃芒智像相册
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

10 satır
270 B

  1. <van-transition
  2. show="{{ show }}"
  3. custom-class="van-overlay custom-class"
  4. custom-style="z-index: {{ zIndex }}; {{ customStyle }}"
  5. duration="{{ duration }}"
  6. bind:tap="onClick"
  7. catch:touchmove="{{ lockScroll ? 'noop' : ''}}"
  8. >
  9. <slot></slot>
  10. </van-transition>