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

Routes with children cannot have a name property. #101

Merged
merged 1 commit into from
Jun 22, 2018

Conversation

elrolito
Copy link

This should resolve #98

Sets route name before checking for children, and if children exist, delete the name property from the route.

cc @htchtc052

This should resolve nuxt-modules#98

Set route name before checking for children, and if children exist, delete the name property from the route.
@paulgv paulgv merged commit fd51e3e into nuxt-modules:master Jun 22, 2018
@paulgv
Copy link
Collaborator

paulgv commented Jun 22, 2018

Thanks @elrolito !

@elrolito
Copy link
Author

Glad I could contribute.

farnabaz added a commit to farnabaz/i18n-module that referenced this pull request Mar 25, 2021
* fix: move theme style into docus plugin

* inject styles on client

* ensure style is array

* fix: improvements

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nested routes with enabled parsePages having vue-router warning
2 participants