mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
77273f7946
commit
ff9fe6a9c8
@ -33,7 +33,7 @@ impl Component for Model {
|
||||
}
|
||||
|
||||
fn view(&self) -> Html<Self> {
|
||||
// BEFORE: Callbacks were created implicitly created from this closure syntax
|
||||
// BEFORE: Callbacks were created implicitly from this closure syntax
|
||||
html! {
|
||||
<button onclick=|_| Msg::Click>{ "Click me!" }</button>
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user