Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tangbc committed Mar 23, 2017
1 parent da20585 commit 57d93e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## vue-virtual-scroll-list

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

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

*Prop* | *Type* | *Required* | *Description* |
:--- | :--- | :--- | :--- |
| size | Number || Each list item height (pixel). |
| size | Number || Each list item height, currently only supports fixed height. |
| 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). |
| onScroll | Function | * | Call on virtual list scroll event hanlding, param: `(scrollTop, e)` |
| toTop | Event | * | An event emit by virtual list component when the list is scrolled on top. |
Expand Down

0 comments on commit 57d93e8

Please sign in to comment.