Revert "refactor(client): Use v-t for i18n"
This reverts commit 9c30b23358.
This commit is contained in:
parent
da874f3383
commit
166bc19131
108 changed files with 459 additions and 459 deletions
|
|
@ -2,14 +2,14 @@
|
|||
<form class="mk-setup" @submit.prevent="submit()">
|
||||
<h1>Welcome to Misskey!</h1>
|
||||
<div>
|
||||
<p v-t="'intro'"></p>
|
||||
<p>{{ $t('intro') }}</p>
|
||||
<mk-input v-model="username" pattern="^[a-zA-Z0-9_]{1,20}$" spellcheck="false" required>
|
||||
<span v-t="'username'"></span>
|
||||
<span>{{ $t('username') }}</span>
|
||||
<template #prefix>@</template>
|
||||
<template #suffix>@{{ host }}</template>
|
||||
</mk-input>
|
||||
<mk-input v-model="password" type="password">
|
||||
<span v-t="'password'"></span>
|
||||
<span>{{ $t('password') }}</span>
|
||||
<template #prefix><fa :icon="faLock"/></template>
|
||||
</mk-input>
|
||||
<footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue