We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab588f commit 39607a9Copy full SHA for 39607a9
src/components/RecycleList.vue
@@ -1,20 +1,20 @@
1
<template>
2
<div
3
- class="recycle-list"
+ v-observe-visibility="handleVisibilityChange"
4
:class="cssClass"
5
+ class="recycle-list"
6
@scroll.passive="handleScroll"
- v-observe-visibility="handleVisibilityChange"
7
>
8
9
ref="wrapper"
10
- class="item-wrapper"
11
:style="{ height: totalHeight + 'px' }"
+ class="item-wrapper"
12
13
14
v-for="view of pool"
15
:key="view.nr.id"
16
- class="item-view"
17
:style="{ transform: 'translateY(' + view.top + 'px)' }"
+ class="item-view"
18
19
<slot
20
:item="view.item"
0 commit comments