Revert "refactor(client): Use v-t for i18n"

This reverts commit 9c30b23358.
This commit is contained in:
syuilo
2020-07-25 01:56:52 +09:00
parent da874f3383
commit 166bc19131
108 changed files with 459 additions and 459 deletions

View File

@@ -1,11 +1,11 @@
<template>
<div class="ipledcug">
<portal to="icon"><fa :icon="faExclamationTriangle"/></portal>
<portal to="title" v-t="'notFound'"></portal>
<portal to="title">{{ $t('notFound') }}</portal>
<div class="_fullinfo">
<img src="https://xn--931a.moe/assets/not-found.jpg" class="_ghost"/>
<div v-t="'notFoundDescription'"></div>
<div>{{ $t('notFoundDescription') }}</div>
</div>
</div>
</template>