This commit is contained in:
Rahul 2016-12-21 19:52:43 -08:00 committed by Guillermo Rauch
parent c60b818de4
commit 4a13160f4c

View file

@ -225,7 +225,7 @@ Above `Router` object comes with the following API:
The second `as` parameter for `push` and `replace` is an optional _decoration_ of the URL. Useful if you configured custom routes on the server.
_Note: in order to programmatically change the route without triggering navigation and component-fetching, use `props.url.push` and `props.url.replace` withing a component_
_Note: in order to programmatically change the route without triggering navigation and component-fetching, use `props.url.push` and `props.url.replace` within a component_
### Prefetching Pages