3328350766
6 天以前 761eb03d6b3bebd0b197179564c84d89d3d12a0d
1
2
3
4
5
6
7
8
9
10
11
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
}