📄 demo.vue¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 📦 Imports | 2 |
| 📊 Variables & Constants | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/core/useWebNotification/demo.vue
📦 Imports¶
| Name | Source |
|---|---|
UseWebNotificationOptions |
@vueuse/core |
useWebNotification |
@vueuse/core |
Variables & Constants¶
| Name | Type | Kind | Value | Exported |
|---|---|---|---|---|
options |
UseWebNotificationOptions |
let/var | `{ | |
| title: 'Hello, world from VueUse!', | ||||
| dir: 'auto', | ||||
| lang: 'en', | ||||
| renotify: true, | ||||
| tag: 'test', | ||||
| }` | ✗ |