Home

Issue: 2737

router.push() is not working in latest nuxt release

[issue link]

router.push() is not reloading the page contents in the latest nuxt release while changing the URL query

i.e
For pagination, when clicking the 2nd page, URL is changed by this.$router.push({query: {'page': 2}}).
Usually router.push() will call from created hook. But now its only changing the url query and its not refreshing data.

This bug report is available on Nuxt.js community (#c2376)