Skip to main content

CommentItem

Function CommentItem 

Source
pub fn CommentItem(_: CommentItemProps) -> Element
Expand description

单条已审核评论组件。

Props:

  • comment:已审核评论数据
  • post_id:所属文章 ID

关键行为:

  • 点击“回复“按钮切换该评论下方的回复表单
  • 最大递归深度限制为 20,超过后隐藏回复按钮

§Props

For details, see the props struct definition.