| 76 | * ``` |
| 77 | */ |
| 78 | export interface AddPluginOptions { append?: boolean } |
| 79 | export function addPlugin (_plugin: NuxtPlugin | string, opts: AddPluginOptions = {}): NuxtPlugin { |
| 80 | const nuxt = useNuxt() |
| 81 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…