Skip to content

Commit 495d3c4

Browse files
committed
Update readme
1 parent 97df8f1 commit 495d3c4

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -223,24 +223,6 @@ More usages or getting start you can refer to these clearly [examples](https://g
223223
<td></td>
224224
<td>Item wrapper element class name.</td>
225225
</tr>
226-
<tr>
227-
<td><code>direction</code></td>
228-
<td>String</td>
229-
<td>vertical</td>
230-
<td>Scroll direction, available values are <code>vertical</code> and <code>horizontal</code></td>
231-
</tr>
232-
<tr>
233-
<td><code>top-threshold</code></td>
234-
<td>Number</td>
235-
<td>0</td>
236-
<td>The threshold to emit <code>totop</code> event, attention to multiple calls.</td>
237-
</tr>
238-
<tr>
239-
<td><code>bottom-threshold</code></td>
240-
<td>Number</td>
241-
<td>0</td>
242-
<td>The threshold to emit <code>tobottom</code> event, attention to multiple calls.</td>
243-
</tr>
244226
<tr>
245227
<td><code>header-tag</code></td>
246228
<td>String</td>
@@ -265,6 +247,24 @@ More usages or getting start you can refer to these clearly [examples](https://g
265247
<td></td>
266248
<td>For using footer slot, footer slot wrapper element class name.</td>
267249
</tr>
250+
<tr>
251+
<td><code>direction</code></td>
252+
<td>String</td>
253+
<td>vertical</td>
254+
<td>Scroll direction, available values are <code>vertical</code> and <code>horizontal</code></td>
255+
</tr>
256+
<tr>
257+
<td><code>top-threshold</code></td>
258+
<td>Number</td>
259+
<td>0</td>
260+
<td>The threshold to emit <code>totop</code> event, attention to multiple calls.</td>
261+
</tr>
262+
<tr>
263+
<td><code>bottom-threshold</code></td>
264+
<td>Number</td>
265+
<td>0</td>
266+
<td>The threshold to emit <code>tobottom</code> event, attention to multiple calls.</td>
267+
</tr>
268268
</table>
269269
</details>
270270

0 commit comments

Comments
 (0)