Skip to content

API DocumentationDocs


API Documentation / loadRouteLocation

Function: loadRouteLocation()

loadRouteLocation(route): Promise<RouteLocationNormalizedLoaded>

Ensures a route is loaded, so it can be passed as o prop to <RouterView>.

Parameters

route: RouteLocationNormalizedGeneric | RouteLocationGeneric

resolved route to load

Returns

Promise<RouteLocationNormalizedLoaded>

Released under the MIT License.