Static GitHub Issues

[628] Apply .page-leave when same component is used but (dynamic) route changes

prev: Break nuxt.js up into modules
next: Nested Routes index without <nuxt-child>

Not sure how to best handle this, especially keeping in mind nested routing. My case is that on /en/test (pages/_lang/test.vue), if I do

this.$router.push({params: {lang: 'ru'}})

the page content changes without transition.

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