1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-10 08:24:00 +02:00

Revert "Use v-t"

This reverts commit 8d049fd498.
This commit is contained in:
syuilo
2020-07-24 21:46:03 +09:00
parent 8d049fd498
commit ad251ddf20
115 changed files with 539 additions and 539 deletions

View File

@@ -1,10 +1,10 @@
<template>
<x-window ref="window" @closed="() => { $emit('closed'); destroyDom(); }" :with-ok-button="true" :ok-button-disabled="selected == null" @ok="ok()">
<template #header v-t="'selectUser'"></template>
<template #header>{{ $t('selectUser') }}</template>
<div class="tbhwbxda">
<div class="inputs">
<mk-input v-model="username" class="input" @input="search" ref="username"><span v-t="'username'"></span><template #prefix>@</template></mk-input>
<mk-input v-model="host" class="input" @input="search"><span v-t="'host'"></span><template #prefix>@</template></mk-input>
<mk-input v-model="username" class="input" @input="search" ref="username"><span>{{ $t('username') }}</span><template #prefix>@</template></mk-input>
<mk-input v-model="host" class="input" @input="search"><span>{{ $t('host') }}</span><template #prefix>@</template></mk-input>
</div>
<div class="users">
<div class="user" v-for="user in users" :key="user.id" :class="{ selected: selected && selected.id === user.id }" @click="selected = user" @dblclick="ok()">