Skip to content

Commit 7a2b034

Browse files
author
Huang ShuWei
authored
Update README.md
1 parent 2714ce3 commit 7a2b034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Introduction
66

7-
vue lazy container,By listening to the visibility of elements in the page, decide whether to load resources and render.
7+
vue lazy container,By detect the visibility of elements in the page, decide whether to load resources and render.
88

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.
@@ -87,4 +87,4 @@ export default {
8787

8888
## License
8989

90-
http://www.opensource.org/licenses/mit-license.php
90+
http://www.opensource.org/licenses/mit-license.php

0 commit comments

Comments
 (0)