From bef733cb1eed0ec09795c811637a61a32c871007 Mon Sep 17 00:00:00 2001 From: Alex Errant <109672176+AlexErrant@users.noreply.github.com> Date: Sat, 10 Aug 2024 16:41:36 -0500 Subject: [PATCH] update readme - router ignores anchors with any target attribute --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dc19ff98..7e0579b86 100644 --- a/README.md +++ b/README.md @@ -735,7 +735,7 @@ This is the main Router component for the browser. | base | string | Base url to use for matching routes | | actionBase | string | Root url for server actions, default: `/_server` | | preload | boolean | Enables/disables preloads globally, default: `true` | -| explicitLinks | boolean | Disables all anchors being intercepted and instead requires ``. default: `false` | +| explicitLinks | boolean | Disables all anchors being intercepted and instead requires ``. Default: `false`. (To disable interception for a specific link, set `target` to any value, e.g. ``.) | ### ``