mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
feat: migrate Swipe component
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
<demo-block :title="t('title2')">
|
||||
<van-swipe :autoplay="3000">
|
||||
<van-swipe-item v-for="(image, index) in images" :key="index">
|
||||
<img v-lazy="image" />
|
||||
<img :src="image" />
|
||||
<!-- TODO -->
|
||||
<!-- <img v-lazy="image" /> -->
|
||||
</van-swipe-item>
|
||||
</van-swipe>
|
||||
</demo-block>
|
||||
|
Reference in New Issue
Block a user