Skip to content

Commit bef733c

Browse files
authored
update readme - router ignores anchors with any target attribute
1 parent bc3d8e3 commit bef733c

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)