i have an anchor tag and there are keyevents which i need to add
the code is doing its work and here is the jsfiddle for it if i use span tag
<span v-show="show" @click.prevent="backTo" @keyup.enter="backTo" @keyup.space="backTo">
here is the working fiddle with span
https://jsfiddle.net/dg5ra0fL/
i changed it to anchor tag but now i am unable to fire a keyevent.
Reference Question:onkeyup, onkeydown events not firing for SPAN element