📄 demo.vue¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 📦 Imports | 3 |
| 📊 Variables & Constants | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/core/useStorage/demo.vue
📦 Imports¶
| Name | Source |
|---|---|
reactify |
@vueuse/core |
useStorage |
@vueuse/core |
YAML |
yaml |
Variables & Constants¶
| Name | Type | Kind | Value | Exported |
|---|---|---|---|---|
theDefault |
{ name: string; color: string; size: string; count: number; } |
let/var | `{ | |
| name: 'Banana', | ||||
| color: 'Yellow', | ||||
| size: 'Medium', | ||||
| count: 0, | ||||
| }` | ✗ |