Skip to content

Documentación de la API / UseLinkOptions

Interface: UseLinkOptions<Name>

Options passed to useLink.

Type parameters

NameType
Nameextends keyof RouteMap = keyof RouteMap

Properties

replace

Optional replace: MaybeRef<undefined | boolean>


to

to: MaybeRef<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | RouteLocationAsRelativeTyped<RouteMapGeneric, Name>>

Publicado bajo licencia MIT.