Update CHANGELOG.md

This commit is contained in:
Justin Starry 2019-12-09 20:34:21 -08:00 committed by GitHub
parent cd407a1122
commit f98273ba32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ impl Component for Model {
fn view(&self) -> Html<Self> {
html! {
<button onclick=self.onclick>{ "Click me!" }</button>
<button onclick=&self.onclick>{ "Click me!" }</button>
}
}
}