forked from FoundKeyGang/FoundKey
[Client] Fix bug
This commit is contained in:
parent
8f58e7208d
commit
d81c87af22
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<div v-for="stat in stats" :key="stat.tag">
|
||||
<div class="tag">
|
||||
<router-link :to="`/tags/${ encodeURIComponent(stat.tag) }`" :title="stat.tag">#{{ stat.tag }}</router-link>
|
||||
<p>{{ this.$t('count').replace('{}', stat.usersCount) }}</p>
|
||||
<p>{{ $t('count').replace('{}', stat.usersCount) }}</p>
|
||||
</div>
|
||||
<x-chart class="chart" :src="stat.chart"/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue