Skip to main content

Type Alias: VuePluginInput

VuePluginInput = Plugin | [Plugin, ...unknown[]]

Defined in: vue-3/src/types.ts:9

A Vue plugin to install on the test app, optionally with its options — the same shape Vue's app.use(plugin, ...options) and @testing-library/vue's global.plugins accept.