Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ install
Method
install
packages/runtime-core/__tests__/apiCreateApp.spec.ts:325–327 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
323
class
PluginC {
324
someProperty = {}
325
static install() {
326
app.provide(
'baz'
, 2)
327
}
328
}
329
const
PluginD: any = undefined
330
Callers
2
use
Function · 0.80
createCompatVue
Function · 0.80
Calls
1
provide
Method · 0.80
Tested by
no test coverage detected