We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f617939 commit 09b772eCopy full SHA for 09b772e
docs/en/essentials/passing-props.md
@@ -26,7 +26,7 @@ const User = {
26
}
27
const router = new VueRouter({
28
routes: [
29
- { path: '/user/:id', component: User, props: true }
+ { path: '/user/:id', component: User, props: true },
30
31
// for routes with named views, you have to define the `props` option for each named view:
32
{
0 commit comments