Skip to content

Commit 57d93e8

Browse files
committed
Update readme
1 parent da20585 commit 57d93e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## vue-virtual-scroll-list
66

7-
> A vue component support big data by using virtual scroll list. Tiny, smooth and without any dependence.
7+
> A vue (2.x) component support big data by using virtual scroll list. Tiny, smooth and without any dependence.
88
99

1010
## How it works
@@ -66,7 +66,7 @@ The `<Item />` component is defined outside but included inside the `<VirtualLis
6666

6767
*Prop* | *Type* | *Required* | *Description* |
6868
:--- | :--- | :--- | :--- |
69-
| size | Number || Each list item height (pixel). |
69+
| size | Number || Each list item height, currently only supports fixed height. |
7070
| remain | Number || How many items except show in virtual list viewport, so `size` and `remian` will determine the virtual list outside container height (size × remian). |
7171
| onScroll | Function | * | Call on virtual list scroll event hanlding, param: `(scrollTop, e)` |
7272
| toTop | Event | * | An event emit by virtual list component when the list is scrolled on top. |

0 commit comments

Comments
 (0)