提交 d4d49bb0 编写于 作者: 成都梁朝伟 提交者: 偏右

<LoginItem> has noProperty 'placeholder' (#1433)

add placeholder?: string;
上级 311e8d56
......@@ -18,6 +18,7 @@ export interface LoginItemProps {
rules?: any[];
style?: React.CSSProperties;
onGetCaptcha?: () => void;
placeholder?: string;
}
export class LoginItem extends React.Component<LoginItemProps, any> {}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册