diff --git a/src/swipe/README.md b/src/swipe/README.md index 677a4e072..395e25d72 100644 --- a/src/swipe/README.md +++ b/src/swipe/README.md @@ -36,25 +36,19 @@ Use `autoplay` prop to set autoplay interval. ``` -### Image Lazyload +### Lazy Render -Use [Lazyload](#/en-US/lazyload) component to lazyload image. +Use `lazy-render` prop to enable lazy rendering. ```html - - - + + + ``` ```js -import { createApp } from 'vue'; -import { Lazyload } from 'vant'; - -const app = createApp(); -app.use(Lazyload); - export default { data() { return { diff --git a/src/swipe/README.zh-CN.md b/src/swipe/README.zh-CN.md index 8f8a0cc12..1fdfb1272 100644 --- a/src/swipe/README.zh-CN.md +++ b/src/swipe/README.zh-CN.md @@ -40,25 +40,19 @@ app.use(SwipeItem); ``` -### 图片懒加载 +### 懒加载 -当 Swipe 中含有图片时,可以配合 [Lazyload](#/zh-CN/lazyload) 组件实现图片懒加载。 +当 Swipe 中含有图片时,可以通过 `lazy-render` 属性来开启懒加载模式。在懒加载模式下,只会渲染当前页和下一页。 ```html - - - + + + ``` ```js -import { createApp } from 'vue'; -import { Lazyload } from 'vant'; - -const app = createApp(); -app.use(Lazyload); - export default { data() { return { diff --git a/src/swipe/demo/index.vue b/src/swipe/demo/index.vue index ad82ecc0f..6ed5e45b2 100644 --- a/src/swipe/demo/index.vue +++ b/src/swipe/demo/index.vue @@ -9,11 +9,9 @@ - - + + - - @@ -32,7 +30,7 @@ vertical :autoplay="3000" indicator-color="white" - style="height: 200px;" + style="height: 200px" class="demo-swipe--vertical" > 1 @@ -69,7 +67,7 @@ export default { i18n: { 'zh-CN': { - title2: '图片懒加载', + title2: '懒加载', title3: '监听 change 事件', title4: '纵向滚动', title5: '自定义滑块大小', @@ -77,7 +75,7 @@ export default { message: '当前 Swipe 索引:', }, 'en-US': { - title2: 'Image Lazyload', + title2: 'Lazy Render', title3: 'Change Event', title4: 'Vertical Scrolling', title5: 'Set SwipeItem Size', diff --git a/src/swipe/test/__snapshots__/demo.spec.js.snap b/src/swipe/test/__snapshots__/demo.spec.js.snap index d16b218e5..975617b0a 100644 --- a/src/swipe/test/__snapshots__/demo.spec.js.snap +++ b/src/swipe/test/__snapshots__/demo.spec.js.snap @@ -59,7 +59,6 @@ exports[`should render demo and match snapshot 1`] = `
-