vite-plugin-vue-layouts
vite-plugin-vue-layouts copied to clipboard
Re-render page after params changed
When I move from /users/123/edit to /users/234/edit, the url changes but doesn't re-render the page. I want the page to go back to the top and refetch all the required apis when its id params change. How to solve it?