🐛 fix: Nickname are not rendered in html style when searching for users.

This commit is contained in:
Zeeland 2022-10-25 16:05:25 +08:00
parent 4f82de9aa2
commit 1c3d5b2556

View File

@ -10,7 +10,7 @@
</el-col>
<el-col :span="24">
<el-link target="_blank" :href="'/user/' + user.account" class="text-default">
<span style="font-size: 20px;font-weight: bold;">{{ user.nickname }}</span>
<span style="font-size: 20px;font-weight: bold;" v-html="user.nickname"></span>
</el-link>
</el-col>
<el-col :span="24" style="padding: 1rem 0;">