Skip to content

Commit

Permalink
Fix part 1 of #2477
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia committed Jul 17, 2019
1 parent ae6b547 commit 84baff8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/route.md
Expand Up @@ -132,10 +132,6 @@ You can also set the `options` passed to `m.route.set` when the link is clicked

```javascript
m(m.route.Link, {href: "/test", options: {replace: true}})

// You can even use URL templates this way, the same way you can with
// `m.route.set`.
m(m.route.Link, {href: "/edit/:id", options: {params: {id: item.id}}})
```

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

0 comments on commit 84baff8

Please sign in to comment.