pub fn CommentForm(_: CommentFormProps) -> ElementExpand description
评论表单组件,用于顶层评论或回复评论。
Props:
post_id:所属文章 IDparent_id:回复目标评论 ID,None表示顶层评论parent_indent:回复时父评论的缩进像素值,用于用负 margin 把表单拉回内容区左边缘
关键事件:
- 挂载时从本地存储恢复上次填写的作者信息
- 提交时校验必填项与蜜罐字段
- 提交成功后清空内容、保存作者信息、添加待审核评论并触发列表刷新
§Props
For details, see the props struct definition.
post_id:i32parent_id:Option<i64>parent_indent:Option<i32>