Skip to main content

PostDetail

Function PostDetail 

Source
pub fn PostDetail(_: PostDetailProps) -> Element
Expand description

文章详情页面组件,对应路由 /post/:slug

根据 slug 异步获取文章,渲染文章头部、封面、目录、正文、页脚及评论区; 若文章不存在或加载失败,则展示对应的提示页面。

§Props

For details, see the props struct definition.