我使用以下方式不能實現(xiàn)const mutations = {
[types.ADD_NEW_CARD](state, {listItem, position}) {
console.log(this.$store.state.project.projectList);
//...
}
}報錯
添加回答
舉報
0/150
提交
取消