@@ -165,12 +165,6 @@ More usages or getting start you can refer to these clearly [examples](https://g
165
165
<td></td>
166
166
<td>Emited when scrolled to bottom or right, param <code>(event, range)</code>.</td>
167
167
</tr>
168
- <tr>
169
- <td><code>resized</code></td>
170
- <td>Event</td>
171
- <td></td>
172
- <td>Emited when each item resized (mounted), param <code>(id, size)</code>.</td>
173
- </tr>
174
168
</table >
175
169
</details >
176
170
@@ -196,6 +190,12 @@ More usages or getting start you can refer to these clearly [examples](https://g
196
190
<td>0</td>
197
191
<td>Setting scroll stay offset.</td>
198
192
</tr>
193
+ <tr>
194
+ <td><code>resized</code></td>
195
+ <td>Event</td>
196
+ <td></td>
197
+ <td>Emited when each item resized (mounted), param <code>(id, size)</code>.</td>
198
+ </tr>
199
199
<tr>
200
200
<td><code>root-tag</code></td>
201
201
<td>String</td>
@@ -226,6 +226,12 @@ More usages or getting start you can refer to these clearly [examples](https://g
226
226
<td></td>
227
227
<td>Item wrapper element class name.</td>
228
228
</tr>
229
+ <tr>
230
+ <td><code>item-class-add</code></td>
231
+ <td>Function</td>
232
+ <td></td>
233
+ <td>A function that you can return extra class (String) to item wrapper element, param <code>(index)</code>.</td>
234
+ </tr>
229
235
<tr>
230
236
<td><code>header-tag</code></td>
231
237
<td>String</td>
@@ -287,7 +293,7 @@ Here are some usefull public methods you can call via [`ref`](https://vuejs.org/
287
293
288
294
* ` getSizes() ` : get the total number of stored (rendered) items.
289
295
290
- * ` getClientSize() ` : get wrapper client viewport size (width or height).
296
+ * ` getClientSize() ` : get wrapper element client viewport size (width or height).
291
297
292
298
* ` getScrollSize() ` : get all scroll size (scrollHeight or scrollWidth).
293
299
0 commit comments