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

Wrapper to use the awesome scrollMonitor with [email protected]

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

As soon as I include `import VueScrollMonitor from 'vue-scrollmonitor'` in my code I get the following error in the console: ``` Uncaught TypeError: document.body is null f vue-scroll-monitor.esm.js:60 a vue-scroll-monitor.esm.js:96...

The API docs say that the ScrollItem component emits a `change` event, but I don't see anything in the code that emits this event. With this markup: ```vue Deserunt architecto...

With markup like this: ```vue Deserunt architecto modi possimus ... Facilis culpa possimus natus eveniet,... ``` The actual DOM of the app just has the `p` elements, and I expect...

The [docs say](https://github.com/AlexandreBonaventure/vue-scrollmonitor#props) that the `container` prop is a DOM element, and that the ScrollContainer will use that element to watch for scrolling. [In the actual code](https://github.com/AlexandreBonaventure/vue-scrollmonitor/blob/b718668204588cbe50dedf2b359d7c1212671699/src/vue-scrollmonitor.js#L114), it appears that...

…on watch and mount hooks Tried to use the update of offset (on a screen resize event) and got a series of errors from the module: - missing updateWatcher method...

Hello! I've been trying to pass a different container to the scroll-container with no luck. Looking at the code, it seems that the container (dom element) needs to be when...

`@change="onUpdate"` Is not called on the scroll-item, only on the container. I ended up not using this feature.

This solves issue #2. You can pass a css query selector as the argument like: `container=".scroller"`