UNPKG

@empathyco/x-components

Version:
25 lines (14 loc) 878 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [InstallXOptions](./x-components.installxoptions.md) &gt; [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&lt;void&gt;