Skip to content

Commit 197f9bd

Browse files
authored
Merge pull request #467 from AlexErrant/patch-1
Readme update - router ignores anchors with any target attribute
2 parents 3295502 + bef733c commit 197f9bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ This is the main Router component for the browser.
735735
| base | string | Base url to use for matching routes |
736736
| actionBase | string | Root url for server actions, default: `/_server` |
737737
| preload | boolean | Enables/disables preloads globally, default: `true` |
738-
| explicitLinks | boolean | Disables all anchors being intercepted and instead requires `<A>`. default: `false` |
738+
| explicitLinks | boolean | Disables all anchors being intercepted and instead requires `<A>`. Default: `false`. (To disable interception for a specific link, set `target` to any value, e.g. `<a target="_self">`.) |
739739

740740
### `<A>`
741741

0 commit comments

Comments
 (0)