Hey there, I guess I found a bug on Nuxt RC4 related with page transition as a function.
I thought was something related with my project but I reproduced the same glitch here. Try to navigate to about and go to another page...
IF a page have transition fn inside, when you try to leave NUXT stop to work.
transition(go, from) {
console.log(go);
console.log('');
console.log(from);
},
Regards,
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1248">#c1248</a>)</em></sub></div>