pub fn CommentList(_: CommentListProps) -> ElementExpand description
评论列表组件。
Props:
comments:已审核评论列表pending:待审核评论列表post_id:所属文章 ID
根据两类评论构建合并树,依次渲染为 CommentItem 或 PendingCommentItem。
§Props
For details, see the props struct definition.
pub fn CommentList(_: CommentListProps) -> Element评论列表组件。
Props:
comments:已审核评论列表pending:待审核评论列表post_id:所属文章 ID根据两类评论构建合并树,依次渲染为 CommentItem 或 PendingCommentItem。
For details, see the props struct definition.