Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested dynamic routes on nuxt2 branch are broken #52

Open
AndreasMietk opened this issue Nov 30, 2022 · 3 comments
Open

Nested dynamic routes on nuxt2 branch are broken #52

AndreasMietk opened this issue Nov 30, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@AndreasMietk
Copy link

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!

@victorgarciaesgi
Copy link
Owner

Hi! I'll look at this

@victorgarciaesgi victorgarciaesgi added the bug Something isn't working label Dec 20, 2022
@AndreasMietk
Copy link
Author

Thank you very much!

@acibilous
Copy link

same for nuxt3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants