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.