I have a checkout-form
component which has some actions like next
, previous
, submitForm
and selectDate
. Currently I’m only able to yield
the selectDate
action like this:
<div class='checkout-form'>
</div>
I’d like to be able to use my checkout-form
component like this:
How would I go about yielding multiple actions to be used inside of my checkout-form.hbs
?
Aucun commentaire:
Enregistrer un commentaire