Click on link changes the url but not the content/data on page
问题 the story: I am on product page #/product/7 and on the same page I have 4 more products that are similar to the one that is being viewed. All these products have links to their pages: router-link(:to="{ name: 'product', params: { id: product.id }}" v-text='product.title') . the problem: When I click on any of the product links, the url changes but the content remains the same. So, if I am on #/product/7 and click on #/product/8 the url only will change. If I navigate from /product/:id page