From 84baff8def85b1629cf7a239b33d76a763f17928 Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Wed, 17 Jul 2019 12:33:02 -0400 Subject: [PATCH] Fix part 1 of #2477 --- docs/route.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/route.md b/docs/route.md index 59a5144f..f3d8c627 100644 --- a/docs/route.md +++ b/docs/route.md @@ -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.