⬅️ Back to Table of Contents
📄 demo.vue
📊 Analysis Summary
Metric |
Count |
🔧 Functions |
1 |
📦 Imports |
4 |
📊 Variables & Constants |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/core/useElementHover/demo.vue
📦 Imports
Name |
Source |
vElementHover |
@vueuse/components |
useElementHover |
@vueuse/core |
shallowRef |
vue |
useTemplateRef |
vue |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
el |
boolean |
let/var |
useTemplateRef<HTMLButtonElement>('el') |
✗ |
Functions
onHover(hovered: boolean): void
Code
function onHover(hovered: boolean) {
isDirectiveHovered.value = hovered
}
- Parameters:
hovered: boolean
- Return Type:
void