Skip to content

Commit 84baff8

Browse files
committedJul 17, 2019
Fix part 1 of #2477
1 parent ae6b547 commit 84baff8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎docs/route.md

-4
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@ You can also set the `options` passed to `m.route.set` when the link is clicked
132132

133133
```javascript
134134
m(m.route.Link, {href: "/test", options: {replace: true}})
135-
136-
// You can even use URL templates this way, the same way you can with
137-
// `m.route.set`.
138-
m(m.route.Link, {href: "/edit/:id", options: {params: {id: item.id}}})
139135
```
140136

141137
You can pass other attributes, too, and you can also specify the tag name used.

0 commit comments

Comments
 (0)
Please sign in to comment.