Redux action `deleteTodo` does not work in todo-list application

前端 未结 0 397
天命终不由人
天命终不由人 2021-02-08 00:08

The code in todoSlice.js is as follows

reducers: {
  deleteTodo(state, action) {
    const {id} = action.paylo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题