🎨 remove rel="nofollow"

This commit is contained in:
ronger 2021-07-01 10:16:44 +08:00
parent 8238d8e694
commit 08ae978670

View File

@ -17,8 +17,7 @@
</el-col>
<el-col :xs="9" :sm="11" :xl="11">
<div style="margin-left: 1rem;">
<el-link rel="nofollow" @click="onRouter('user', article.articleAuthor.userAccount)" :underline="false"
class="text-default">{{ article.articleAuthorName }}
<el-link :href="'/user/' + article.articleAuthor.userAccount" class="text-default">{{ article.articleAuthorName }}
</el-link>
<small class="d-block text-muted">{{ article.timeAgo }}</small>
</div>