Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ mounted
Function
mounted
packages/runtime-core/__tests__/apiWatch.spec.ts:1309–1311 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1307
const
Child = defineComponent({
1308
render: () => h(
'div'
),
1309
mounted() {
1310
instance = getCurrentInstance()
1311
},
1312
unmounted() {},
1313
})
1314
Callers
nothing calls this directly
Calls
1
getCurrentInstance
Function · 0.85
Tested by
no test coverage detected