Home > vue-router > RouteLocationOptions
Signature:
export interface RouteLocationOptions
| Property | Type | Description |
|---|---|---|
| force | boolean |
Triggers the navigation even if the location is the same as the current one |
| replace | boolean |
Replace the entry in the history instead of pushing a new entry |
| state | HistoryState |
State to save using the History API. This cannot contain any reactive values and some primitives like Symbols are forbidden. More info at TODO: link mdn |