Skip to content

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