Skip to content

Complete guide to

Mastering Pinia

written by its creator

The translation is synced to the docs on of which the commit hash is 11ce213.

API Documentation / NavigationHookAfter

Interface: NavigationHookAfter

Callable

NavigationHookAfter(to, from, failure?): any

Parameters

NameType
toRouteLocationNormalized
fromRouteLocationNormalized
failure?void | NavigationFailure

Returns

any

Released under the MIT License.