diff --git a/components/comment/demo/editor.md b/components/comment/demo/editor.md index 4a2abd5268..c300cff5b7 100644 --- a/components/comment/demo/editor.md +++ b/components/comment/demo/editor.md @@ -1,8 +1,8 @@ --- order: 3 title: - zh-CN: 编辑模式 - en-US: Editor mode + zh-CN: 回复框 + en-US: Reply Editor --- ## zh-CN @@ -19,7 +19,6 @@ import { } from 'antd'; import moment from 'moment'; -const FormItem = Form.Item; const TextArea = Input.TextArea; const CommentList = ({ comments }) => ( @@ -35,12 +34,11 @@ const Editor = ({ onChange, onSubmit, submitting, value, }) => (