UNPKG

vuex-alt

Version:

An alternative approach to Vuex helpers for accessing state, getters and actions that doesn't rely on string constants.

2 lines 121 B
export { mapState, mapGetters, mapActions } from './vuex-alt-helpers'; export { VuexAltPlugin } from './vuex-alt-plugin';