mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
typo
This commit is contained in:
parent
6eb68a8794
commit
4e4872b7db
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ where
|
|||
/// // parent route
|
||||
/// <Route path="/" view=move || {
|
||||
/// view! {
|
||||
/// // only show the outlet when `is_loaded` is `true`, and hide it when it is `false`
|
||||
/// // only show the outlet when `has_permission` is `true`, and hide it when it is `false`
|
||||
/// <Show when=move || has_permission() fallback=|| "Access denied!">
|
||||
/// <Outlet/>
|
||||
/// </Show>
|
||||
|
|
Loading…
Reference in a new issue