You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@devotoare You’re correct. By removing href the behaviour is as expected. I’m probably missing something but how does it know where to scroll to without the href?
Describe what you want:
In a project I’m working on, I don’t want the navigation clicks to change the URL. Eg:
URL:
Navigation link:
After clicking, the viewport is scrolled to the
#about
anchor but the URL remainshttps://example.com/
(hash is not updated/added).It could be an option on
v-scroll-spy-link
:The text was updated successfully, but these errors were encountered: