MCPcopy
hub / github.com/vuejs/core / use

Method use

packages/runtime-core/src/apiCreateApp.ts:37–37  ·  view source on GitHub ↗
(
    plugin: Plugin<Options>,
    ...options: NoInfer<Options>
  )

Source from the content-addressed store, hash-verified

35 config: AppConfig
36
37 use<Options extends unknown[]>(
38 plugin: Plugin<Options>,
39 ...options: NoInfer<Options>
40 ): this

Callers 2

appUse.test-d.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected