* @param to - Route location to navigate to
*/
push(to: RouteLocationRaw): Promise<NavigationFailure | void | undefined>
- /**
- * Programmatically navigate to a new URL by pushing an entry in the history
- * stack.
- *
- * @param to - typed route location
- */
- // push(to: RouteNamedLocation): Promise<NavigationFailure | void | undefined>
/**
* Programmatically navigate to a new URL by replacing the current entry in
/**
* Array of nested routes.
*/
- children?: RouteRecordRaw[] | Readonly<RouteRecordRaw[]>
+ children?: RouteRecordRaw[]
/**
* Aliases for the record. Allows defining extra paths that will behave like a
* copy of the record. Allows having paths shorthands like `/users/:id` and