Looking for help with this code snippet:
<span
role="link"
tabindex="0"
:class="tabDetails.showPayment ? 'link' : ''"
@click="tabDetails.showPayment ? cTab('payments') : null"
>
I am trying to incorporate the keyup@enter
and keyup@space
events, but I'm unsure of how to do so. Any tips or suggestions?