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

Lightweight and simple to use vue component that highlights menu items as you scroll the page, also scrolling to target section when clicked.

Results 48 vue-scrollactive issues
Sort by recently updated
recently updated
newest added

Hi, Is there any way you could programmatically add a previous and next button so a user could navigate to the previous en next element?

Hi, I'm having an issue where the `active-class` is applied on page-load but I only want it applied after the user clicks the link. I've tried `:highlightFirstItem="false"`, even though this...

The mount-scroll and the click-scroll were not the same.

- Rebuilt dist/vue-scrollactive.min.js - Added (web)packing for production in pre-commit hook - Changed main in package.json to point to src/index.js This solves #71.

When installing the plugin as described in the readme, it seems like vue-scrollactive is stuck on v0.9.1, which doesn't support the new feature added in v0.9.2. When comparing the minified...

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

I get > DOMException: Failed to execute 'querySelector' on 'Document': '#/en/scrolltest/' is not a valid selector. when vue-router is in hash mode. Works perfectly in history mode

I'm having this issue and I'm not able to make vue-scrollactive to work here on my project. After some research I read that, somehow, the component is "acting" before the...

Hi! My site have overflowed 100vh container and I need set it to scrollContainerSelector globaly but it is not working. This work only in component prop : scrollactive( scrollContainerSelector='#appScroll'). I...