docs(router): explicit explaination of terminal property
This commit is contained in:
parent
387f7c6dd2
commit
43f400487e
|
@ -986,8 +986,8 @@ code-example(format="").
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
Since we only want to redirect when our path specifically matches `''`, we've added an extra configuration
|
Since we only want to redirect when our path specifically matches `''`, we've added an extra configuration
|
||||||
to our route using `terminal: true`. Mainly for redirects, the `terminal` property gives us more control over
|
to our route using `terminal: true`. Mainly for redirects, the `terminal` property tells the router
|
||||||
when the router should continue matching our URL against our defined routes.
|
whether or not it should continue matching our URL against the rest of our defined routes.
|
||||||
|
|
||||||
.l-sub-section
|
.l-sub-section
|
||||||
:marked
|
:marked
|
||||||
|
|
Loading…
Reference in New Issue