Using this with v-for #198
Replies: 5 comments
-
I also just discovered this is the case. I need each element in the v-for to have their own observer so that when the user scrolls to that element the callback is run. |
Beta Was this translation helpful? Give feedback.
-
Same here. This is especially true for mobiles, as some content may stretch deeper in the viewport. |
Beta Was this translation helpful? Give feedback.
-
I was able to accomplish this by checking the |
Beta Was this translation helpful? Give feedback.
-
@Akryum Do you intend to fix this? |
Beta Was this translation helpful? Give feedback.
-
See #230 |
Beta Was this translation helpful? Give feedback.
-
Is there a way to use this with a v-for loop?
Right now all elements in the loop use the same observer, but I kind of want the observer to hit individual elements in the v-for. Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions