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
Per the bootstrap-vue scrollspy documentation, it only supports the href attribute. Per the vuejs documentation, the vue-router does support anchor tag routing after making a slight modification to the router scrollBehavior method, coupled with using the 'to' attribute on the router-link element. Unfortunately, with scrollspy's limited support (for only href), any routing using the anchor tags (for example /my-page#firstanchor) will not render correctly.