mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-06 13:34:50 +08:00
Fix render escaped l10n
This commit is contained in:
parent
298dfc1064
commit
2f9ded7646
@ -102,7 +102,7 @@
|
||||
</previewer>
|
||||
<div v-else class="box">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title" v-t="'user.player.player-info'"></h3>
|
||||
<h3 class="box-title" v-html="$t('user.player.player-info')"></h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<div id="preview-2d">
|
||||
|
Loading…
Reference in New Issue
Block a user