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
|`data-key`| String\|Function | The unique key get from `data-sources` in each data object, or generated by the attributes in each data object of `data-sources`. Its value **must be unique** in `data-sources`, it is used for identifying item size. |
127
-
|`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. |
128
-
|`data-component`| Component | The render item component created / declared by vue, and it will use the data object in `datas-sources` as render prop and named: `source`. |
|`data-key`| String\|Function | The unique key get from `data-sources` in each data object. Or a function called with each `data-source` and return their unique key. Its value **must be unique** in `data-sources`, it is used for identifying item size. |
127
+
|`data-sources`| Array[Object]| The source array built for list, each array data must be an object and has an unique key get or generate for `data-key` property.|
128
+
|`data-component`| Component | The render item component created / declared by vue, and it will use the data object in `data-sources` as render prop and named: `source`.|
129
129
130
130
### Optional props
131
131
@@ -134,7 +134,7 @@ More usages or getting start you can refer to these clearly [examples](https://g
@@ -155,7 +155,7 @@ More usages or getting start you can refer to these clearly [examples](https://g
155
155
<td><code>estimate-size</code></td>
156
156
<td>Number</td>
157
157
<td>50</td>
158
-
<td>The estimate size of each item, if it is closer to the average size, the scrollbar length looks more accurately. It is recommended to assign the average that calculate by yourself.</td>
158
+
<td>The estimate size of each item, if it is closer to the average size, the scrollbar length looks more accurately. It is <strong>recommended</strong> to assign the average that calculate by yourself.</td>
159
159
</tr>
160
160
</table>
161
161
</details>
@@ -165,7 +165,7 @@ More usages or getting start you can refer to these clearly [examples](https://g
0 commit comments