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
At the moment, we use the mode of the vue router when the route of the document is encoded as the URL hash. This is done to now have to reload the whole page every time we change page.
The issue is with scrollspy-nav. It needs the id of the element to equal the content of href. As soon as we put a / in href and ids, scrollspy-nav stops working. Would need to find out why.
The text was updated successfully, but these errors were encountered:
At the moment, we use the mode of the vue router when the route of the document is encoded as the URL hash. This is done to now have to reload the whole page every time we change page.
The issue is with
scrollspy-nav
. It needs theid
of the element to equal the content of href. As soon as we put a/
in href and ids,scrollspy-nav
stops working. Would need to find out why.The text was updated successfully, but these errors were encountered: