Closed
Description
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.