Skip to content

@vue3-routable/core


@vue3-routable/core / registerRouter

Function: registerRouter()

registerRouter(router, options): Router

Registers the router with the library. Necessary to create the route bindings.

Parameters

router

Router

options

RoutingConfig = ...

Returns

Router

the router object

Defined in

index.ts:16

Released under the MIT License.