Commit d4d49bb0 authored by 成都梁朝伟's avatar 成都梁朝伟 Committed by 偏右

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

add placeholder?: string;
parent 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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment