KawAnime/store/modules/news/index.js

13 lines
223 B
JavaScript
Raw Normal View History

2017-09-17 21:04:32 +00:00
import state from './state.js'
import mutations from './mutations.js'
import actions from './actions.js'
import getters from './getters.js'
export default {
namespaced: true,
state,
mutations,
actions,
getters
}