mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
docs: fixed typo in parent-child doc (#1300)
This commit is contained in:
parent
8967eadc02
commit
c2cfdf3678
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ pub fn App(cx: Scope) -> impl IntoView {
|
|||
|
||||
|
||||
#[component]
|
||||
pub fn ButtonC<F>(cx: Scope) -> impl IntoView {
|
||||
pub fn ButtonC(cx: Scope) -> impl IntoView {
|
||||
view! { cx,
|
||||
<button>"Toggle"</button>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue