Nuxt-child-transition-test

Issue with transitins in nested routes

This site has both a page child.vue and dynamic routes for sub pages child/_id.vue.

This seems to break transitions for the children. Navigating between child/_id.vue views does not trigger transitions

child.vue has a component for the dynamic routes.

Removing the child.vue, and moving the to index.vue fixes the issue with the transitions, but then there is no 'root' page for the children.