Skip to content

@vue3-routable/core


@vue3-routable/core / registerRoutableClasses

Function: registerRoutableClasses()

registerRoutableClasses(...classes): void

Just pokes the passed routable class so that it's included in the bundle and the decorators are evaluated.

Parameters

classes

...any[]

An array of classes to register.

Returns

void

Defined in

index.ts:30

Released under the MIT License.