This commit is contained in:
syuilo
2018-11-09 13:47:22 +09:00
parent 21d9afebc3
commit c8081ed353
10 changed files with 31 additions and 31 deletions

View File

@ -2,13 +2,13 @@
<mk-ui>
<b-card :header="$t('header')">
<b-form @submit.prevent="onSubmit" autocomplete="off">
<b-form-group :label="$t('label')" :description="$t('description')">
<b-form-group :label="$t('app-name')" :description="$t('description')">
<b-form-input v-model="name" type="text" :placeholder="$t('placeholder')" autocomplete="off" required/>
</b-form-group>
<b-form-group :label="$t('label')" :description="$t('description')">
<b-form-group :label="$t('app-overview')" :description="$t('description')">
<b-textarea v-model="description" :placeholder="$t('placeholder')" autocomplete="off" required></b-textarea>
</b-form-group>
<b-form-group :label="$t('label')" :description="$t('description')">
<b-form-group :label="$t('callback-url')" :description="$t('description')">
<b-input v-model="cb" type="url" placeholder="ex) https://your.app.example.com/callback.php" autocomplete="off"/>
</b-form-group>
<b-card :header="$t('header')">