关于 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 安装了最新版本,如果是,请看一下最后几章的课程更新内容。
00
相似问题