BlogPlaygroundOne

VHover API


Props
name
type
default
string | number
undefined

Milliseconds to wait before closing component. Only applies to hover and focus events.

boolean
false

Removes hover functionality.

boolean
null

The v-model value of the component. If component supports the multiple prop, this defaults to an empty array.

string | number
undefined

Milliseconds to wait before opening component. Only applies to hover and focus events.

Events
name
type
[boolean]

Event that is emitted when the component’s model changes.

Slots
{ isHovering: boolean; props: Record<string, unknown> }

The default Vue slot.