Skip to content

⬅️ Back to Table of Contents

📄 usePrevious/demo

📊 Analysis Summary

Metric Count
🔧 Functions 1
📦 Imports 2

📚 Table of Contents

🛠️ File Location:

📂 packages/core/usePrevious/demo.vue

📦 Imports

Name Source
usePrevious @vueuse/core
shallowRef vue

Functions

increment(): void

Returns: void

Code
function increment() {
  counter.value++
}

Generated by Syntax Scribe