pub fn TagDetail(_: TagDetailProps) -> ElementExpand description
标签详情页面组件,对应路由 /tags/:tag。
渲染当前标签名称,并委托给 TagDetailContent 展示该标签下的文章列表。
§Props
For details, see the props struct definition.
tag:String
pub fn TagDetail(_: TagDetailProps) -> Element标签详情页面组件,对应路由 /tags/:tag。
渲染当前标签名称,并委托给 TagDetailContent 展示该标签下的文章列表。
For details, see the props struct definition.
tag : String