guoliuyong

Results 2 comments of guoliuyong

dva版本:2.4.1 react版本:17.0.39 app.model({ namespace: 'login', reducers: { add(state, { payload: todo }) { return state.concat(todo); }, }, }) **index文件注册model** 报错信息 ![image](https://user-images.githubusercontent.com/48044684/155449854-61b4b916-3321-4eee-b4df-ae08da2828f0.png)

> ## What happens? > A clear and concise description of what the bug is. > > ## Mini Showcase Repository(REQUIRED) > > Provide a mini GitHub repository which can...