1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 11:15:54 +02:00
This commit is contained in:
syuilo
2018-08-18 05:05:39 +09:00
parent 2beedc5978
commit 2cbd35acc4
7 changed files with 36 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="card">
<header>%i18n:@unsuspend-user%</header>
<input v-model="username" type="text" class="ui"/>
<button class="ui" @click="unsuspendUser" :disabled="unsuspending">%i18n:@unsuspend%</button>