Revert "refactor(client): Use v-t for i18n"
This reverts commit 9c30b23358.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user