Reload page when nuxt-link 'to' prop is the same as current path?
This feels like such a silly, simple problem. I have never run into this in past Nuxt/Vue projects, must be doing something wrong.
If a user (for example) clicks a link which leads to the same page as they are currently on, I want to trigger a reload of the page's components, as to simulate a page reload.