literate-couscous

View the Project on GitHub posva/literate-couscous

Home > vue-router > RouteLocationOptions

RouteLocationOptions interface

Signature:

export interface RouteLocationOptions 

Properties

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