Javascript – How to reload the same route in vue 3 (vue-router 4)
I encountered a curious case during development. I have a modal component that warns users about a change in price: If a user clicks the button I want the page to reload and automatically run the onMounted hook, after that…