Javascript – Vue.js router.push changes URL but RankerDetail component doesn't update on button navigation
I'm developing a Vue.js application with vue-router and facing an issue with my RankerDetail component. This component is meant to display different data based on the route parameter id. When I manually enter the URLs (e.g., /Ranker/1, /Ranker/2) in the…