Update CHANGELOG.md

This commit is contained in:
Justin Starry 2019-12-08 20:49:40 -08:00 committed by GitHub
parent 77273f7946
commit ff9fe6a9c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ impl Component for Model {
} }
fn view(&self) -> Html<Self> { 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! { html! {
<button onclick=|_| Msg::Click>{ "Click me!" }</button> <button onclick=|_| Msg::Click>{ "Click me!" }</button>
} }