Fixed welcome.vue build bug.

This commit is contained in:
gutfuckllc
2018-08-01 16:37:36 -04:00
parent 08afa44e09
commit bdde0c3c63
3 changed files with 3 additions and 7 deletions

View File

@ -8,7 +8,7 @@
<div class="body" :style="{ backgroundImage: `url('${ welcomeBgUrl }')` }">
<div class="container">
<div class="info">
<span>%i18n:common.misskey% <b>{{ host }}</b></span>
<span>%i18n:common.name% <b>{{ host }}</b></span>
<span class="stats" v-if="stats">
<span>%fa:user% {{ stats.originalUsersCount | number }}</span>
<span>%fa:pencil-alt% {{ stats.originalNotesCount | number }}</span>