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;

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b42265-2c5f8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b42265-2c5f8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?