Skip to content

⬅️ Back to Table of Contents

📄 useCountdown/demo

📊 Analysis Summary

Metric Count
🔧 Functions 1
📦 Imports 4

📚 Table of Contents

🛠️ File Location:

📂 packages/core/useCountdown/demo.vue

📦 Imports

Name Source
useCountdown @vueuse/core
useEventListener @vueuse/core
shallowRef vue
useTemplateRef vue

Functions

startCountdown(): void

Returns: void

Calls:

  • rocketRef.value!.classList.remove
  • start
Code
function startCountdown() {
  rocketRef.value!.classList.remove('launching')
  start(countdownSeconds)
}

Generated by Syntax Scribe