Expand description
404 页面模块。
对应路由 /:..segments。
当用户访问未匹配任何前端路由的 URL 时,Dioxus Router 会回退到该 404 页面。 该页面为静态展示页面,不发起任何 server function 调用。
Re-exports§
pub use NotFound_completions::Component::NotFound;
Structs§
- NotFound
Props - Properties for the
NotFoundcomponent.
Functions§
- NotFound
- 404 页面组件,对应兜底路由
/:..segments。