Skip to content

⬅️ Back to Table of Contents

📄 usePerformanceObserver/demo

📊 Analysis Summary

Metric Count
🔧 Functions 1
📦 Imports 2
📊 Variables & Constants 1

📚 Table of Contents

🛠️ File Location:

📂 packages/core/usePerformanceObserver/demo.vue

📦 Imports

Name Source
usePerformanceObserver @vueuse/core
shallowRef vue

Variables & Constants

Name Type Kind Value Exported
entrys boolean let/var shallowRef<PerformanceEntry[]>([])

Functions

refresh(): void

Returns: void

Calls:

  • window.location.reload
Code
function refresh() {
  return window.location.reload()
}

Generated by Syntax Scribe