mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
4 lines
153 B
Handlebars
4 lines
153 B
Handlebars
<p>Can I come ?</p>
|
|
<AnswerButton @onYes={{this.handleYes}} @onNo={{this.handleNo}} />
|
|
<p style="font-size: 50px;">{{if this.canCome '😀' '😥'}}</p>
|