@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 596 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [InstallXOptions](./x-components.installxoptions.md) > [installExtraPlugins](./x-components.installxoptions.installextraplugins.md)
## InstallXOptions.installExtraPlugins property
Adds the option to install more Vue plugins, giving access to the [SnippetConfig](./x-components.snippetconfig.md) and the XBus.
**Signature:**
```typescript
installExtraPlugins?: (options: ExtraPluginsOptions) => void | Promise<void>;
```