You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`size`| Number | Each item size, you don't have to know the accurate, just simply assign an **estimate** or **average** value. |
104
-
|`keeps`| Number | How many items you are expecting the list to keep rendering in the real dom. |
105
-
|`data-key`| String | The unique key get from `data-sources` in each data object, its value **must be unique** in `data-sources`, it is used for identifying item size. |
106
-
|`data-sources`| Array| The source array built for list, each array data must be an object and has an unique key for `data-key` property. |
107
-
|`data-component`| Component | The render item component created / declared by vue, and it will use the data object in `datas-sources` as render props. |
|`size`| Number | Each item size, you don't have to know the accurate, just simply assign an **estimate** or **average** value. |
104
+
|`keeps`| Number | How many items you are expecting the list to keep rendering in the real dom. |
105
+
|`data-key`| String | The unique key get from `data-sources` in each data object, its value **must be unique** in `data-sources`, it is used for identifying item size. |
106
+
|`data-sources`| Array[Object]| The source array built for list, each array data must be an object and has an unique key for `data-key` property. |
107
+
|`data-component`| Component | The render item component created / declared by vue, and it will use the data object in `datas-sources` as render props. |
0 commit comments