Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ created
Function
created
packages/runtime-core/__tests__/apiOptions.spec.ts:502–504 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
500
calls.push(
'root beforeCreate'
)
501
},
502
created() {
503
calls.push(
'root created'
)
504
},
505
beforeMount() {
506
calls.push(
'root onBeforeMount'
)
507
},
Callers
nothing calls this directly
Calls
3
provide
Method · 0.80
push
Method · 0.65
data
Method · 0.45
Tested by
no test coverage detected