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
v4.0.0
https://github.com/htchtc052/nuxt_nested_routes
Create empty nuxt project with nuxt-i18n module. Inside this create page component with child component in related folder.
Run project in dev mode.
No errors or warnings. Correct auto generated router.js file
Warning in console
See error in console like this:
And undefined literal in auto generated router.js
The text was updated successfully, but these errors were encountered:
Routes with children cannot have a name property.
b86b9c0
This should resolve nuxt-modules#98 Set route name before checking for children, and if children exist, delete the name property from the route.
fix: No name on parent routes (#101)
fd51e3e
Fixes #98
feat: detect title and description of document (nuxt-modules#98)
d0ff5c9
* feat: detect title and description of document * chore: update markdown files
Successfully merging a pull request may close this issue.
Version
v4.0.0
Reproduction link
https://github.com/htchtc052/nuxt_nested_routes
Steps to reproduce
Create empty nuxt project with nuxt-i18n module. Inside this create page component with child component in related folder.
Run project in dev mode.
What is expected ?
No errors or warnings. Correct auto generated router.js file
What is actually happening?
Warning in console
See error in console like this:
And undefined literal in auto generated router.js
The text was updated successfully, but these errors were encountered: