Home

Issue: 1406

Error using transition (to, from) {}

[issue link]

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,

This bug report is available on Nuxt.js community (#c1248)