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.
Menu