Skip to main content

Module not_found

Module not_found 

Source
Expand description

404 页面模块。

对应路由 /:..segments

当用户访问未匹配任何前端路由的 URL 时,Dioxus Router 会回退到该 404 页面。 该页面为静态展示页面,不发起任何 server function 调用。

Re-exports§

pub use NotFound_completions::Component::NotFound;

Structs§

NotFoundProps
Properties for the NotFound component.

Functions§

NotFound
404 页面组件,对应兜底路由 /:..segments