vue-intersect icon indicating copy to clipboard operation
vue-intersect copied to clipboard

A Vue component to add intersection-observer to a Vue component or HTML element.

Results 8 vue-intersect issues
Sort by recently updated
recently updated
newest added

When I use ` ` The intersect appears in the dom when the condition is met, but the intersect is not doing any method anymore when I scroll to it....

Hi! Was just wondering about this component, when used on page with lots of things to observe, like an image gallery of similar, it would create am InteractionObserver for each...

help wanted
not-assigned

We currently have this single image component: ```vue Dit is een afbeelding export default { data() { return { imageStyle: {} } }, props: ['object', 'property'], ... computed: { title()...

It would be useful if there was a way to destroy the observer created by the component when we're done with it. For example, if you're using the observer to...

enhancement
help wanted
not-assigned

Hi there Thank you for this small, but useful Vue.js plugin. I have a rather peculiar problem, which I worked around eventually. Yet for the sake of documentation and helping...

not-assigned

Fixes errors like: `Argument 1 ('target') to IntersectionObserver.observe must be an instance of Element` `TypeError: Failed to execute 'observe' on 'IntersectionObserver': parameter 1 is not of type 'Element'` Occurs because...

I have installed the most recent version and try to run the example provided on the docs. But the events are never triggered, so nothing happens. I'm using Vue 3...

Its only a theory as it is a bit difficult to debug, bug when using packages such a simplebar, which will clone the HTML content into a structure it created,...