const workPlan = { state: { projectList: [] }, mutations: { SET_PROJECT: (state, list) => { state.projectList = list } } } export default workPlan