feat: use vue-i18n 9 for vue3

This commit is contained in:
Dominik Pschenitschni 2021-08-20 15:38:16 +02:00
parent 3d6aca3510
commit 7c3c2945f8
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
19 changed files with 123 additions and 71 deletions

View file

@ -23,9 +23,9 @@
</div>
</div>
<div class="api-url-info" v-else>
<i18n path="apiConfig.signInOn">
<i18n-t keypath="apiConfig.signInOn">
<span class="url" v-tooltip="apiUrl"> {{ apiDomain }} </span>
</i18n>
</i18n-t>
<br />
<a @click="() => (configureApi = true)">{{ $t('apiConfig.change') }}</a>
</div>