摘要: import { createStore, compose, applyMiddleware } from 'redux' import reducer from './reducer' import thunk from 'redux-thunk' const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ ? win 阅读全文
posted @ 2019-09-14 18:34 那个村 阅读(229) 评论(0) 推荐(0)