We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent ae6b547 commit 84baff8Copy full SHA for 84baff8
docs/route.md
@@ -132,10 +132,6 @@ You can also set the `options` passed to `m.route.set` when the link is clicked
132
133
```javascript
134
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}}})
139
```
140
141
You can pass other attributes, too, and you can also specify the tag name used.
0 commit comments