a tag is empty. How to move the mouse up to become an index finger gesture
<a href="-sharp" class="panel-box-edit" @click="modalShow = ! modalShow">Edit</a>
you don"t need to use the href attribute, but the mouse won"t turn into a click gesture without the href attribute.
Thank you.