UNPKG

@vuex-orm/core

Version:

The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.

12 lines (11 loc) 247 B
import { Store } from 'vuex'; export default class Container { /** * The store instance. */ static store: Store<any>; /** * Register the store instance. */ static register(store: Store<any>): void; }