add
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user