MCPcopy
hub / github.com/nuxt/nuxt / AddPluginOptions

Interface AddPluginOptions

packages/kit/src/plugin.ts:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 * ```
77 */
78export interface AddPluginOptions { append?: boolean }
79export function addPlugin (_plugin: NuxtPlugin | string, opts: AddPluginOptions = {}): NuxtPlugin {
80 const nuxt = useNuxt()
81

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…