关于 getFieldDecorator is not defined

来源:13-2 注册功能模块设计(中)

CamelCase

2017-10-17

<FormItem label="账户">

   {getFieldDecorator('r_userName')(

       <Input placeholder="请输入您的账号" />)}

</FormItem>

<FormItem label="密码">

   {getFieldDecorator('r_password')(

       <Input type="password" placeholder="请输入您的密码"  />)}

</FormItem>

<FormItem label="确认密码">

   {getFieldDecorator('r_confirmPassword')(

       <Input type="password" placeholder="请再次输入您的密码"  />)}
</FormItem>

我这样写还是报错,为什么啊??

写回答

1回答

Parry

2017-10-17

同学你好,是不是 antd 安装了最新版本,如果是,请看一下最后几章的课程更新内容。

0
0

结合基础与实战学习React.js 独立开发新闻头条平台

轻松入门 React 开发,React Router 4 与 Webpack 2 完美升级项目

2768 学习 · 2126 问题

查看课程