@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 476 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [XPluginOptions](./x-components.xpluginoptions.md) > [store](./x-components.xpluginoptions.store.md)
## XPluginOptions.store property
A Vuex store to install the X module. If not passed a new one will be created and injected into every component.
**Signature:**
```typescript
store?: Store<any>;
```