初始化
This commit is contained in:
12
frontend/packages/js/store/index.js
Normal file
12
frontend/packages/js/store/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import state from './state'
|
||||
import mutations from './mutations'
|
||||
import actions from './actions'
|
||||
import getters from './getters'
|
||||
|
||||
export default {
|
||||
namespaced: true,
|
||||
state,
|
||||
mutations,
|
||||
actions,
|
||||
getters
|
||||
}
|
||||
Reference in New Issue
Block a user