📄 index.ts
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
🔧 Functions | 1 |
📦 Imports | 4 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/shared/tryOnMounted/index.ts
📦 Imports¶
Name | Source |
---|---|
Fn |
../utils |
nextTick |
vue |
onMounted |
vue |
getLifeCycleTarget |
../utils |
Functions¶
tryOnMounted(fn: Fn, sync: boolean, target: any): void
¶
Code
-
JSDoc:
-
Parameters:
fn: Fn
sync: boolean
target: any
- Return Type:
void
- Calls:
getLifeCycleTarget (from ../utils)
onMounted (from vue)
fn
nextTick (from vue)