We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
_sub
undefined
Omitting the _sub.vue fixes the issue, but i loose the nested route component with <NuxtChild> in it.
_sub.vue
<NuxtChild>
├── index.vue ├── _sub ├── helloWorld.vue └── index.vue
Thanks for reading!
The text was updated successfully, but these errors were encountered:
Hi! I'll look at this
Sorry, something went wrong.
Thank you very much!
same for nuxt3
No branches or pull requests
Hello,
my colleque and i noticed, that a pages folder like the following breaks the routes generated object.
The routes under the
_sub
directory aren't recognized or evenundefined
.Omitting the
_sub.vue
fixes the issue, but i loose the nested route component with<NuxtChild>
in it.Thanks for reading!
The text was updated successfully, but these errors were encountered: