Skip to content
Snippets Groups Projects
Unverified Commit d81c87af authored by syuilo's avatar syuilo
Browse files

[Client] Fix bug

parent 8f58e720
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment