mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Fix Link
in SSR
This commit is contained in:
parent
b83cf4dc51
commit
d65fde1ed4
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ where
|
|||
aria-current=move || if is_active() { Some("page") } else { None }
|
||||
class=move || class.as_ref().map(|class| class.get())
|
||||
>
|
||||
{move || (props.children)(cx)}
|
||||
{children(cx)}
|
||||
</a>
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue