test

博客园 首页 新随笔 联系 订阅 管理
react报错: dispatch is not a function,需要在类前添加@connect(() => ({}))

import {connect} from 'dva'
@connect(({ testHome }) => ({
testHome
}))
class Methods extends Component{ }

 

models文件定义

export default {
  namespace: 'testHome',
}

 

posted on 2021-05-28 13:10  testgogogo  阅读(539)  评论(0编辑  收藏  举报