Skip to content

@vue3-routable/core


@vue3-routable/core / GuardRouteEnter

Function: GuardRouteEnter()

GuardRouteEnter(...args): (target, propertyKey, descriptor) => void

Parameters

args

PlainDecoratorSignature | PriorityDecoratorParams

Returns

Function

Parameters

target

any

propertyKey

string

descriptor

PropertyDescriptor

Returns

void

Decorator

Defined in

decorators.ts:128

Released under the MIT License.