Skip to content

⬅️ Back to Table of Contents

📄 demo.vue

📊 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

Code
function refresh() {
  return window.location.reload()
}
  • Return Type: void
  • Calls:
  • window.location.reload