vue3-routable / routableObjectIsActive
Function: routableObjectIsActive()
routableObjectIsActive(
route,routeableObject):boolean
Checks whether the passed routableObject is activate for the passed route
Parameters
route
the route to match against the object
RouteLocationGeneric | RouteRecordRaw
routeableObject
any
the object to check
Returns
boolean