Static GitHub Issues

[2012] Transitions aren't being triggered before asyncData of the next route is finished

prev: layouts and double initialize component
next: Uncaught SyntaxError: Unexpected string

I am trying to trigger the leave transition right when the nuxt-link is clicked but the transition gets triggered only after the asyncData of the next route has finished. Is there anyway I can trigger the transitions before that ?

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