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
cd407a1122
commit
f98273ba32
@ -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>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user