Apply .page-leave when same component is used but (dynamic) route changes [issue link] 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. This question is available on Nuxt.js community (#c544)