Skip to content

Commit 2dff01f

Browse files
author
huangshuwei
committed
refine
1 parent 8d75070 commit 2dff01f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README-CN.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66

77
vue 懒加载容器,通过监听元素在页面中的可见性,决定是否加载资源并渲染。
88

9-
## Why
9+
## 解决什么问题
1010
当页面内容超过一屏时,我们往往希望只加载并渲染当前一屏的数据,而随着页面的滚动,再去加载并渲染下面的内容。这样的好处可以大大提升页面打开速度,以及减少额外的网络请求(xhr)。vue-lazy-container 正好可以帮我们解决这个问题。
1111

12+
## Online Demo
13+
14+
更多使用细节请参考这个示例 [demo]().
15+
1216
## Install
1317

1418
```

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ vue lazy container,By listening to the visibility of elements in the page, decid
99
## Why
1010
When the page content exceeds one screen, we often want to load and render only the data of the current screen,As the page scrolls, load and render the following. This can greatly improve the speed of page opening,And reduce additional network requests(xhr)。vue-lazy-container can just help us solve this problem.
1111

12+
## Online Demo
13+
14+
More detail please refer to this [demo]().
15+
1216
## Install
1317

1418
```

0 commit comments

Comments
 (0)