View the Project on GitHub posva/literate-couscous
Home > vue-router > RouteLocationOptions > state
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
Signature:
state?: HistoryState;