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>