MCPcopy
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

useFunction · 0.80
createCompatVueFunction · 0.80

Calls 1

provideMethod · 0.80

Tested by

no test coverage detected