🎨 remove rel="nofollow"
This commit is contained in:
parent
8238d8e694
commit
08ae978670
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user