mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
remove refrence to __line_num
This commit is contained in:
parent
2bcaa2e43e
commit
bb62254b6b
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ fn app(cx: Scope) -> Element {
|
|||
onclick: move |_| {
|
||||
count.modify(|count| *count + 10);
|
||||
},
|
||||
p{"{__line_num:?}"}
|
||||
p {
|
||||
"High-Five counter: {count.to_string():?}",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue