我使用以下方式不能实现
const mutations = { [types.ADD_NEW_CARD](state, {listItem, position}) { console.log(this.$store.state.project.projectList); //... } }
报错
MMMHUHU
相关分类