<!-- 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; [rootComponent](./x-components.installxoptions.rootcomponent.md)

## InstallXOptions.rootComponent property

The Vue component used as root of the application. If it is not passed, no Vue Application is initialized, only plugin installed.

**Signature:**

```typescript
rootComponent?: Component;
```
