Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
32
VApp/node_modules/vuex/dist/vuex.mjs
generated
vendored
Normal file
32
VApp/node_modules/vuex/dist/vuex.mjs
generated
vendored
Normal file
@ -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