📄 vue¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 1 |
| 📦 Imports | 2 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/shared/utils/vue.ts
📦 Imports¶
| Name | Source |
|---|---|
ComponentInternalInstance |
vue |
getCurrentInstance |
vue |
Functions¶
getLifeCycleTarget(target: ComponentInternalInstance | null): any¶
Parameters:
targetComponentInternalInstance | null
Returns: any
Calls:
getCurrentInstance (from vue)
Code
Generated by Syntax Scribe