A tag inside the href is empty, how to move the mouse up into the index finger click gesture

The href in the

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.

Aug.16,2021

CSS cursor attribute


there is another solution href=" javascrips:; "


.panel-box-edit {

cursor: pointer;

}


cursor: pointer;

Menu