import * as types from './mutation-types'; export default { setUserInfo ({ commit }, obj) { commit(types.USER_INFO, obj); }, }