Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ mounted
Function
mounted
packages/runtime-core/__tests__/componentPublicInstance.spec.ts:25–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
},
25
mounted() {
26
instance = getCurrentInstance()!
27
instanceProxy = this
28
},
29
render() {
30
return
null
31
},
Callers
nothing calls this directly
Calls
1
getCurrentInstance
Function · 0.85
Tested by
no test coverage detected