Shallow routing
[issue link]Is it possible to perform shallow routing using Nuxt? Basically change the URL without calling the data method again. The release of 0.9.1 has the following feature:
Improve the call to data() when staying in the same view but the query changed.
Is there a way to just keep the default vue-router behaviour and not call data when navigating but staying in the same view?
Next.js has a feature called ‘Shallow routing’ which does exactly this.