|
@@ -1,11 +1,12 @@
|
|
|
import { Store, createStore } from './store'
|
|
|
-import { useStore } from './injectKey'
|
|
|
+import { storeKey, useStore } from './injectKey'
|
|
|
import { mapState, mapMutations, mapGetters, mapActions, createNamespacedHelpers } from './helpers'
|
|
|
import { createLogger } from './plugins/logger'
|
|
|
|
|
|
export default {
|
|
|
version: '__VERSION__',
|
|
|
Store,
|
|
|
+ storeKey,
|
|
|
createStore,
|
|
|
useStore,
|
|
|
mapState,
|
|
@@ -18,6 +19,7 @@ export default {
|
|
|
|
|
|
export {
|
|
|
Store,
|
|
|
+ storeKey,
|
|
|
createStore,
|
|
|
useStore,
|
|
|
mapState,
|