Skip to content

Commit 4f1921a

Browse files
committed
Update reamde
1 parent 329542b commit 4f1921a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ new Vue({
112112

113113
*Prop* | *Type* | *Required* | *Description* |
114114
:--- | :--- | :--- | :--- |
115-
| size | Number || Each list item height, whether fixed height or variable height, this props is required. |
115+
| size | Number || Each list item height, in variable height mode, this props just use to calculate the virtual-list viewport height. |
116116
| remain | Number || How many items should be shown in virtual-list viewport, so `size` and `remain` will determine the virtual-list outside container height (size × remian). |
117117
| bench | Number | * | Default value is equal to `remain`, unreached items count, not show in virtual-list viewport but exist in real DOM, the larger the bench, the higher the scroll performance will achieved. |
118118
| start | Number | * | Default value is `0`, the initial scroll start index. It must be integer and in the range of list index, throws a warning if index does not exist. |

0 commit comments

Comments
 (0)