-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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!
acibilous and Baloche
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working