Nested Routes: Odd behavior
[issue link]Hi all! I’m seeing what looks like a bug related to nested routes. I’m using vue-apollo, and my folder structure under /pages is as follows:
index.vue
_community.vue
_community/_post.vue
_community/index.vue
When navigating from index.vue -> _community/index.vue -> _post.vue - it works perfectly, with _post appearing via
when directly loading _community/index.vue -> _post.vue, or _community/_post -> to another _post.vue, _post.vue itself renders correctly via
any ideas?