Skip to content

⬅️ Back to Table of Contents

📄 useThrottleFn/demo

📊 Analysis Summary

Metric Count
🔧 Functions 1
📦 Imports 2

📚 Table of Contents

🛠️ File Location:

📂 packages/shared/useThrottleFn/demo.vue

📦 Imports

Name Source
useThrottleFn @vueuse/core
shallowRef vue

Functions

clickedFn(): void

Returns: void

Calls:

  • throttledFn
Code
function clickedFn() {
  clicked.value += 1
  throttledFn()
}

Generated by Syntax Scribe