You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
424 B
32 lines
424 B
import Vuex from '../dist/vuex.cjs.js' |
|
|
|
const { |
|
version, |
|
Store, |
|
storeKey, |
|
createStore, |
|
install, |
|
useStore, |
|
mapState, |
|
mapMutations, |
|
mapGetters, |
|
mapActions, |
|
createNamespacedHelpers, |
|
createLogger |
|
} = Vuex |
|
|
|
export { |
|
Vuex as default, |
|
version, |
|
Store, |
|
storeKey, |
|
createStore, |
|
install, |
|
useStore, |
|
mapState, |
|
mapMutations, |
|
mapGetters, |
|
mapActions, |
|
createNamespacedHelpers, |
|
createLogger |
|
}
|
|
|