📄 useTemporalNow/demo¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 4 |
| 📦 Imports | 2 |
| 📊 Variables & Constants | 2 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/core/useTemporalNow/demo.vue
📦 Imports¶
| Name | Source |
|---|---|
useTemporalNow |
@vueuse/core |
shallowRef |
vue |
Variables & Constants¶
| Name | Type | Kind | Value | Exported |
|---|---|---|---|---|
timezones |
{ label: string; value: string; }[] |
let/var | [ { label: 'UTC', value: 'UTC' }, { label: 'New York', value: 'America/New_Yo... |
✗ |
calendars |
{ label: string; value: string; }[] |
let/var | [ { label: 'Gregorian', value: 'gregory' }, { label: 'Islamic', value: 'islam... |
✗ |
Functions¶
updateTimezone(): void¶
Returns: void
updateCalendar(): void¶
Returns: void
addDuration(): void¶
Returns: void
Calls:
addconsole.logresult.toStringconsole.error
Code
subtractDuration(): void¶
Returns: void
Calls:
subtractconsole.logresult.toStringconsole.error
Code
Generated by Syntax Scribe