I try nuxt with next tag and found out that asyncData triggered only once. It's won't work when navigate with nuxt-link and $router.replace etc.
/page?catagory=foo => /page?catagory=bar is not working
The only way to get it works it work is to use watch: $route
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2188">#c2188</a>)</em></sub></div>