찾다

 >  Q&A  >  본문

TodoDispatcher.js에서 TypeError: TodoDispatcher.regeist is not a function 오류가 발생합니다. 어떻게 해결하나요?

import {Dispatcher} from 'flux';//引用storeimport Store from '../stores/TodoStore';const TodoDispatcher=new Dispatcher();TodoDispatcher.regeist(function(action){    스위치(action.actionType) {        case "ADD_TODO":           Store.addTodoData(action.payload);            Store.emitChange();            //调用store           기본값:           //处理            break;     }})기본 TodoDispatcher 내보내기;

阿黎阿黎1829일 전1380

모든 응답(0)나는 대답할 것이다

답장 없음
  • 취소회신하다