VueJs Router does not work when accessing a similar path with different parameters.
I am trying to access a dynamic address where only changes the ID of the page that goes as a parameter.
The address in the browser changes, but the page content continues from the current state.
Could anyone help?
this.$router.push({ path: `/vendas/detalhes/${data.id}` })