pub fn PostDetail(_: PostDetailProps) -> ElementExpand description
文章详情页面组件,对应路由 /post/:slug。
根据 slug 异步获取文章,渲染文章头部、封面、目录、正文、页脚及评论区; 若文章不存在或加载失败,则展示对应的提示页面。
§Props
For details, see the props struct definition.
slug:String
pub fn PostDetail(_: PostDetailProps) -> Element文章详情页面组件,对应路由 /post/:slug。
根据 slug 异步获取文章,渲染文章头部、封面、目录、正文、页脚及评论区; 若文章不存在或加载失败,则展示对应的提示页面。
For details, see the props struct definition.
slug : String