mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Merge pull request #603 from makoven/patch-1
Fix typo in 03_components.md
This commit is contained in:
commit
700a110350
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ let double_count = move || count() * 2;
|
|||
view! {
|
||||
<progress
|
||||
max="50"
|
||||
value=progress
|
||||
value=count
|
||||
/>
|
||||
<progress
|
||||
max="50"
|
||||
|
|
Loading…
Reference in a new issue