| 1234567891011121314151617181920212223242526 | 
							- import Vuex from '../dist/vuex.common.js'
 
- const {
 
-   Store,
 
-   install,
 
-   version,
 
-   mapState,
 
-   mapMutations,
 
-   mapGetters,
 
-   mapActions,
 
-   createNamespacedHelpers,
 
-   createLogger
 
- } = Vuex
 
- export {
 
-   Vuex as default,
 
-   Store,
 
-   install,
 
-   version,
 
-   mapState,
 
-   mapMutations,
 
-   mapGetters,
 
-   mapActions,
 
-   createNamespacedHelpers,
 
-   createLogger
 
- }
 
 
  |