<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [XPluginOptions](./x-components.xpluginoptions.md) &gt; [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>;
```
