Files
vant/docs/examples-docs/swipe.md
cookfront bfa472e6e5 swipe
2017-03-14 22:53:04 +08:00

565 B

<style> @component-namespace demo { @b swipe { .zan-swipe { height: 200px; } } } </style>

Swipe

基础用法

:::demo 基础用法

<zan-swipe>
  <zan-swipe-item>
    <img src="https://img.yzcdn.cn/upload_files/2017/03/14/FmTPs0SeyQaAOSK1rRe1sL8RcwSY.jpeg?imageView2/2/w/980/h/980/q/75/format/webp" alt="">
  </zan-swipe-item>
  <zan-swipe-item>
    <img src="https://img.yzcdn.cn/upload_files/2017/03/14/FmTPs0SeyQaAOSK1rRe1sL8RcwSY.jpeg?imageView2/2/w/980/h/980/q/75/format/webp" alt="">
  </zan-swipe-item>
</zan-swipe>

:::