Route transitions do not work inside nuxt-child
[issue link]Here’s the example, https://github.com/Kasheftin/nuxt-bug6.
I just took the example code from https://nuxtjs.org/examples/routes-transitions and placed the pages into the /pages/a folder. Then changed links. Then created /pages/a.vue file with the following content:
<template>
<nuxt-child/>
</template>
After that page transitions stopped working completely.