How to copy the contents of el-button

I have a list of users and one column is the user name.

because the demand requires the user name to be clickable to enter the user center, el-button is used.

but there is a new problem. button cannot copy (select Chinese text, and then ctrl+c ) the user name.

The

a link can be copied, but element doesn"t seem to have components like el-link ?

Mar.28,2021
Under

setting user-select: unset; , element has set button, th and many other things to disable user-select: none;


Why not use < router-link >

in vue-router.
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-1b3ea3d-347f6.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-1b3ea3d-347f6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?