Skip to content

⬅️ Back to Table of Contents

📄 demoReceiver.vue

📊 Analysis Summary

Metric Count
📦 Imports 5
📊 Variables & Constants 1
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

📂 packages/core/computedInject/demoReceiver.vue

📦 Imports

Name Source
InjectionKey vue
Ref vue
deepRef vue
defineComponent vue
computedInject ./index

Variables & Constants

Name Type Kind Value Exported
arr any[] const [...source.value]

Type Aliases

OptionsRef

type OptionsRef = Ref<{ key: number, value: string }[]>;