📄 index.ts
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
🔧 Functions | 1 |
📦 Imports | 3 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/core/useMounted/index.ts
📦 Imports¶
Name | Source |
---|---|
getCurrentInstance |
vue |
onMounted |
vue |
shallowRef |
vue |
Functions¶
useMounted(): any
¶
Code
-
JSDoc:
-
Return Type:
any
- Calls:
shallowRef (from vue)
getCurrentInstance (from vue)
onMounted (from vue)