pub fn CommentItem(_: CommentItemProps) -> ElementExpand description
单条已审核评论组件。
Props:
comment:已审核评论数据post_id:所属文章 ID
关键行为:
- 点击“回复“按钮切换该评论下方的回复表单
- 最大递归深度限制为 20,超过后隐藏回复按钮
§Props
For details, see the props struct definition.
pub fn CommentItem(_: CommentItemProps) -> Element单条已审核评论组件。
Props:
comment:已审核评论数据post_id:所属文章 ID关键行为:
For details, see the props struct definition.