Skip to content

Commit 09b772e

Browse files
KevinElbergerposva
authored andcommitted
docs(typo): add missing comma (#1903)
Add missing comma to routes list example
1 parent f617939 commit 09b772e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/essentials/passing-props.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const User = {
2626
}
2727
const router = new VueRouter({
2828
routes: [
29-
{ path: '/user/:id', component: User, props: true }
29+
{ path: '/user/:id', component: User, props: true },
3030

3131
// for routes with named views, you have to define the `props` option for each named view:
3232
{

0 commit comments

Comments
 (0)