Reproduction
Click on the link on the page with the hash, eg.:
<nuxt-link :to="`${postLink(post)}#add-comment-form`">
Page is changing correctly.
<a @click="changeCategory(c)">category</a>
where changeCategory: methods: {
changeCategory (cat) {
const url = categoryLink(cat)
console.log('moving to ', url)
this.$router.push({ path: url })
}
},
The method is called, the progress bar is animating but the page doesn't change.
thanks for help in advance,
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1211">#c1211</a>)</em></sub></div>