mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-18 08:33:07 +00:00
26 lines
222 B
Text
26 lines
222 B
Text
|
rsx! {
|
||
|
|
||
|
// hi
|
||
|
div {}
|
||
|
|
||
|
// hi
|
||
|
div { abcd, ball, s }
|
||
|
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
div { abcd, ball, s }
|
||
|
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
div {
|
||
|
abcd,
|
||
|
ball,
|
||
|
s,
|
||
|
|
||
|
//
|
||
|
"asdasd"
|
||
|
}
|
||
|
}
|