Skip to content

vue-router / NavigationGuardNextCallback

NavigationGuardNextCallback()

ts
type NavigationGuardNextCallback = (vm) => unknown;

Callback that can be passed to next() in beforeRouteEnter() guards.

Parameters

vm

ComponentPublicInstance

Returns

unknown

Released under the MIT License.