eddiemf / vue-scrollactive

Lightweight and simple to use vue component that highlights menu items as you scroll the page, also scrolling to target section when clicked.
MIT License
542 stars 70 forks source link

Different offset for different elements #74

Closed Daniel-Knights closed 4 years ago

Daniel-Knights commented 4 years ago

I have a use case where I need a different :offset depending on which link is clicked. I've tried dynamically setting a data property depending on currentTarget but it doesn't seem to work. Is there a way to do this I'm unaware of? If not this would be a really helpful implementation.

Daniel-Knights commented 4 years ago

Nevermind, I didn't realise I had to set the :scrollOffset as well.