Skip to content

vue3-routable


vue3-routable / GuardRouteLeave

Function: GuardRouteLeave()

GuardRouteLeave(...args): (target, propertyKey, _) => void

Parameters

args

PlainDecoratorSignature | RouteHandlerParams

Returns

Function

Parameters

target

any

propertyKey

string

_

PropertyDescriptor

Returns

void

Decorator

Defined in

decorators.ts:168

Released under the MIT License.