VHover API
组件页面
属性
名称 | 类型 | 默认值 |
---|---|---|
close-delay | ||
Milliseconds to wait before closing component. Only applies to hover and focus events. | ||
disabled | ||
Removes hover functionality. | ||
model-value | ||
The v-model value of the component. If component supports the multiple prop, this defaults to an empty array. | ||
open-delay | ||
Milliseconds to wait before opening component. Only applies to hover and focus events. |
事件
名称 | 类型 |
---|---|
update:modelValue | |
Event that is emitted when the component’s model changes. |
插槽
default |
The default Vue slot. |