How can I get layout switch at the same time of page content switch?. Currently when I use <nuxt-link> the layout switch is immediately, but the previous page content wait for new page content is loaded.
Example: When I routing for a new page with an async data, the layout change but the previous page content still alive(with "glitch" new layout) until new page data its ready.
<!--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/c200">#c200</a>)</em></sub></div>