Skip to content

docs(fr): correction of nested routes and components #3322

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

Merged
merged 2 commits into from
Sep 14, 2020
Merged

docs(fr): correction of nested routes and components #3322

merged 2 commits into from
Sep 14, 2020

Conversation

ugocottin
Copy link
Contributor

Posts route did not match with the above documentation route path.
UserHome and UserProfile were used for the same route, correction of UserHome to UserProfile

Posts route did not match with the above documentation route path.
UserHome and UserProfile were used for the same route, correction of UserHome to UserProfile
Copy link
Member

@posva posva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also remove the changes

path: 'profile',
component: UserProfile
},
{
// `UserPosts` va être rendu à l'intérieur du `<router-view>` de `User`
// quand `/utilisateur/:id/billets` concorde
// quand `/utilisateur/:id/posts` concorde
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be the path right under that should be adapted to billets

Copy link
Member

@posva posva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for noting this! I just need to commit the few changes I said and I will merge it

@posva posva changed the title docs: correction of nested routes and components docs(fr): correction of nested routes and components Sep 14, 2020
@posva posva merged commit e52d648 into vuejs:dev Sep 14, 2020
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.

2 participants