Skip to content

Commit f875df0

Browse files
author
Guillaume Chau
committed
feat: add before-container slot to RecycleList
1 parent 2c93e7e commit f875df0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/RecycleList.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
class="recycle-list"
66
@scroll.passive="handleScroll"
77
>
8+
<slot
9+
name="before-container"
10+
/>
11+
812
<div
913
ref="wrapper"
1014
:style="{ height: totalHeight + 'px' }"

0 commit comments

Comments
 (0)