Home

Issue: 2519

asyncData with router query in next tag call only once even query changed

[issue link]

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

This question is available on Nuxt.js community (#c2188)