| 123456789101112131415161718192021222324252627 |
- 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
- }
|