[Client] Fix bug

This commit is contained in:
syuilo 2018-11-09 21:42:36 +09:00
parent 8f58e7208d
commit d81c87af22
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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>