mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
[Client] Fix bug
This commit is contained in:
parent
305ff3d803
commit
272d480d2a
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…
Add table
Reference in a new issue