Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ configureApp
Function
configureApp
packages/runtime-dom/__tests__/customElement.spec.ts:1064–1067 ·
view source on GitHub ↗
(app)
Source
from the content-addressed store, hash-verified
1062
},
1063
{
1064
configureApp(app) {
1065
app.provide(
'shared'
,
'shared'
)
1066
app.provide(
'outer'
,
'outer'
)
1067
},
1068
},
1069
)
1070
Callers
nothing calls this directly
Calls
1
provide
Method · 0.80
Tested by
no test coverage detected