init
This commit is contained in:
commit
44f31f8b9f
402 changed files with 47865 additions and 0 deletions
6
modules/account/store/index.js
Normal file
6
modules/account/store/index.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { state } from './state'
|
||||
import { actions } from './actions'
|
||||
import { getters } from './getters'
|
||||
import { mutations } from './mutations'
|
||||
|
||||
export { actions, mutations, getters, state }
|
Loading…
Add table
Add a link
Reference in a new issue