Skip to content

vue3-routable


vue3-routable / 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:34

Released under the MIT License.