Skip to content

⬅️ Back to Table of Contents

📄 demo.vue

📊 Analysis Summary

Metric Count
📦 Imports 5
📊 Variables & Constants 1
🟢 Vue Composition API 1

📚 Table of Contents

🛠️ File Location:

📂 packages/rxjs/useSubject/demo.vue

📦 Imports

Name Source
tryOnScopeDispose @vueuse/core
useSubject @vueuse/rxjs
BehaviorSubject rxjs
onMounted vue
watch vue

Variables & Constants

Name Type Kind Value Exported
countSubject any let/var new BehaviorSubject(0)

Vue Composition API

Name Type Reactive Variables Composables
watch watch none none