vue2-scrollspy icon indicating copy to clipboard operation
vue2-scrollspy copied to clipboard

Scrollspy for Vue2

Results 18 vue2-scrollspy issues
Sort by recently updated
recently updated
newest added

- TS - UT Date: before Sept

TODO

### Vue version: 2.6.12 ### vue2-scrollspy version: 2.3.1 ### Expected behavior: Can work more than one scrollspy in one page ### Actual behavior: Hi. My current problem is I cannot...

enhancement

First of all I want to mention that I have read this: _You should have the same number of children elements for v-scroll-spy, v-scroll-spy-active v-scroll-spy-link for directives to work properly._...

need to check

Codesandbox: https://codesandbox.io/s/romantic-pond-ehixi?file=/pages/index.vue Hi, I am using *Nuxtjs* with `vue2-scrollSpy`. I am having some issue when calling `$scrollTo` or `this.$scrollTo`. it's giving me error of `... is not a function`, and...

### Describe what you want: Can i get DOM element which has 'acitve' class?

### Describe what you want: In a project I’m working on, I don’t want the navigation clicks to change the URL. Eg: URL: ``` https://example.com/ ``` Navigation link: ``` About...

menuTriggerOffset was added to the options. This option allows for users to specify when the menu active class gets set separate from the `offset` option. If this option is not...

support instead listen window's scroll event but listen specific dom's scroll event

enhancement

### Vue version: `2.6.8` ### vue2-scrollspy version: `2.3.1` ### Expected behavior: > Should add the active class properly ### Actual behavior: > Work properly after a vue dev server hot-reload...