📄 demo.vue
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
📦 Imports | 2 |
📊 Variables & Constants | 3 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/core/useFocus/demo.vue
📦 Imports¶
Name | Source |
---|---|
useFocus |
@vueuse/core |
useTemplateRef |
vue |
Variables & Constants¶
Name | Type | Kind | Value | Exported |
---|---|---|---|---|
text |
boolean |
let/var | useTemplateRef<HTMLElement>('text') |
✗ |
input |
boolean |
let/var | useTemplateRef<HTMLInputElement>('input') |
✗ |
button |
boolean |
let/var | useTemplateRef<HTMLButtonElement>('button') |
✗ |