--- order: 2 title: zh-CN: 嵌套评论 en-US: Nested comment --- ## zh-CN 评论可以嵌套 ## en-US Comment can be nested ````jsx import { Comment, Icon, Tooltip, Avatar } from 'antd'; import moment from 'moment'; function ExampleComment({ children }) { return ( Reply to]} author={Han Solo} avatar={ } content={

We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure).

} > {children}
); } ReactDOM.render( , mountNode ); ````