:href=""
is scanned by sonarqube
, showing Take care when using the v-bind:href directive to set URLs which can contain malicious Javascript (javascript:onClick(…)).
Brothers and sisters, is there any way to replace :href?
<el-table-column prop="link" width="70">
<template slot-scope="{row}">
<a :href="row.link" rel="opener" target="_blank" class="fast">{{row.link}}</a>
</template>
</el-table-column>