2017-02-13 79 views

回答

1

react-mixin解決我的問題

CODE:

class TodoApp extends Component { 
    constructor(props) { 
     super(props) 
    }   
    ... 
} 
reactMixin(TodoApp .prototype, ReactFireMixin); 
相關問題