How to handle route param updates [issue link] If the destination is the same as the current route and only params are changing (eg: going from one profile to another /users/1 -> /users/2) How can I recognize this and update the component? This question is available on Nuxt.js community (#c2571)