arodax/vue-nav-spa

change hash on scroll

Opened this issue · 0 comments

chrtz commented

Not sure if it's an issue or my own fault.
If I understood the docs right, the hash in the url should change while scrolling (like the active class does), right?

I added :updateHash="true" to the <nav-spa /> – even when it's set to true by default, I wanted to be 100% sure.
Nevertheless, the hash won't change on scroll.