mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
fix final test
This commit is contained in:
parent
f1e8faffb5
commit
593527d58b
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ fn create_template() {
|
|||
p {
|
||||
"hello world"
|
||||
}
|
||||
(0..10).map(|i| rsx!{"{i}"})
|
||||
{(0..10).map(|i| rsx!{"{i}"})}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue