You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
270 B

8 months ago
  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>