We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fb3fd commit 9d48a9bCopy full SHA for 9d48a9b
README.md
@@ -1391,7 +1391,7 @@ List of 300 VueJS Interview Questions
1391
Let's take a user component with the mapped URLs like `/user/john/post/123` and `/user/jack/post/235` using dynamic segments,
1392
```javascript
1393
const User = {
1394
- template: '<div>User {{ $route.params.name }}, PostId: {{ route.params.postid }}</div>'
+ template: '<div>User {{ $route.params.name }}, PostId: {{ $route.params.postid }}</div>'
1395
}
1396
1397
const router = new VueRouter({
0 commit comments