Static GitHub Issues

[1322] Shallow routing

prev: How do I access environment variables in a component?
next: nuxt (is) building indicator

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.

<!--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/c1171">#c1171</a>)</em></sub></div>