Skip to content

Nested dynamic routes on nuxt2 branch are broken #52

@AndreasMietk

Description

@AndreasMietk

Hello,
my colleque and i noticed, that a pages folder like the following breaks the routes generated object.

├── index.vue
├── _sub
│   ├── helloWorld.vue
│   └── index.vue
└── _sub.vue

The routes under the _sub directory aren't recognized or even undefined.

Omitting the _sub.vue fixes the issue, but i loose the nested route component with <NuxtChild> in it.

├── index.vue
├── _sub
     ├── helloWorld.vue
     └── index.vue

Thanks for reading!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions