Merge pull request #94 from h3poteto/iss-92

closes #92 Enrich english and placeholder
This commit is contained in:
AkiraFukushima 2018-03-23 09:32:56 +09:00 committed by GitHub
commit f5e287e378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<template>
<div id="login_form">
<el-form ref="loginForm" label-width="120px" label-position="top" v-on:submit.prevent="confirm" class="login-form">
<el-form-item label="Please write host name">
<el-input v-model="loginForm.domainName"></el-input>
<el-form-item label="At first, let's login a mastodon instance. Please write host name which you want to login.">
<el-input v-model="loginForm.domainName" placeholder="mastodon.social"></el-input>
</el-form-item>
<!-- Dummy form to guard submitting with enter -->
<el-form-item class="hidden">