@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 878 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() method
Adds the option to install more Vue plugins, giving access to the [SnippetConfig](./x-components.snippetconfig.md) and the .
**Signature:**
```typescript
installExtraPlugins?(options: ExtraPluginsOptions): void | Promise<void>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | [ExtraPluginsOptions](./x-components.extrapluginsoptions.md) | An object that contains utilities that might be helpful for installing Vue plugins. |
**Returns:**
void \| Promise<void>