@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 528 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) > [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;
```