MCPcopy
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

provideMethod · 0.80
onUnmountMethod · 0.80

Tested by

no test coverage detected