Skip to main content

CommentList

Function CommentList 

Source
pub fn CommentList(_: CommentListProps) -> Element
Expand description

评论列表组件。

Props:

  • comments:已审核评论列表
  • pending:待审核评论列表
  • post_id:所属文章 ID

根据两类评论构建合并树,依次渲染为 CommentItemPendingCommentItem

§Props

For details, see the props struct definition.