In TodoDispatcher.js tritt ein TypeError: TodoDispatcher.regeist is not a function Fehler auf. Wie kann man ihn lösen?
阿黎
阿黎 2019-11-27 11:31:13
0
0
1397

import {Dispatcher} from 'flux';//引用storeimport Store from '../stores/TodoStore';const TodoDispatcher=new Dispatcher();TodoDispatcher.regeist(function(action){    switch (action.actionType) {        case "ADD_TODO":            Store.addTodoData(action.payload);                        处理            break;     }})export default TodoDispatcher;

阿黎
阿黎

Antworte allen(0)
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage