getTags 为 undefined, 没找到原因,求助!
1 回答

皈依舞
TA贡献1851条经验 获得超3个赞
试试看这样:
import {bindActionCreators} from 'redux'const mapDispatchToProps = dispatch => { return ({ getTags: () => bindActionCreators(getTags,dispatch) }) }
添加回答
举报
0/150
提交
取消