0👍
Yup, missing something simple. I’d introduced a new component for handling the menu items. It had an <a href="new-page">New page</a>
instead of a <router-link to="new-page">New page</router-link>
. The router-link
component does the navigation I want.
Sheesh.
Source:stackexchange.com