Skip to content

⬅️ Back to Table of Contents

📄 demo.vue

📊 Analysis Summary

Metric Count
📦 Imports 5
📊 Variables & Constants 3

📚 Table of Contents

🛠️ File Location:

📂 packages/core/useDraggable/demo.vue

📦 Imports

Name Source
Draggable @vueuse/components
isClient @vueuse/core
useDraggable @vueuse/core
shallowRef vue
useTemplateRef vue

Variables & Constants

Name Type Kind Value Exported
el boolean let/var useTemplateRef<HTMLElement>('el')
handle boolean let/var useTemplateRef<HTMLElement>('handle')
innerWidth number let/var isClient ? window.innerWidth : 200