Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ PluginA
Function
PluginA
packages/runtime-core/__tests__/apiCreateApp.spec.ts:319–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
318
test(
'use'
, () => {
319
const
PluginA: Plugin = app => app.provide(
'foo'
, 1)
320
const
PluginB: Plugin = {
321
install: (app, arg1, arg2) => app.provide(
'bar'
, arg1 + arg2),
322
}
Callers
nothing calls this directly
Calls
2
provide
Method · 0.80
onUnmount
Method · 0.80
Tested by
no test coverage detected