Skip to content

vue3-routable


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

Released under the MIT License.