📄 tryOnUnmounted¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 1 |
| 📦 Imports | 4 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/shared/tryOnUnmounted/index.ts
📦 Imports¶
| Name | Source |
|---|---|
ComponentInternalInstance |
vue |
Fn |
../utils |
onUnmounted |
vue |
getLifeCycleTarget |
../utils |
Functions¶
tryOnUnmounted(fn: Fn, target: ComponentInternalInstance | null): void¶
Call onUnmounted() if it's inside a component lifecycle, if not, do nothing
Parameters:
fnany: No descriptiontargetany: No description
Raw JSDoc
Calls:
getLifeCycleTarget (from ../utils)onUnmounted (from vue)
Code
Generated by Syntax Scribe