updated cmc_fe.tar.gz
This commit is contained in:
parent
784ab71557
commit
9f35e4f3a1
2 changed files with 2 additions and 2 deletions
BIN
cmc_fe.tar.gz
BIN
cmc_fe.tar.gz
Binary file not shown.
|
@ -5,8 +5,8 @@
|
||||||
subtitle="Please Log In">
|
subtitle="Please Log In">
|
||||||
<v-form>
|
<v-form>
|
||||||
<v-responsive class="mx-auto" max-width="475">
|
<v-responsive class="mx-auto" max-width="475">
|
||||||
<v-text-field label="Email" clearable v-model="user.email"></v-text-field>
|
<v-text-field label="Username" @keyup.enter="submitLogin" clearable v-model="user.email"></v-text-field>
|
||||||
<v-text-field label="Password" v-model="user.password" clearable
|
<v-text-field label="Password" @keyup.enter="submitLogin" v-model="user.password" clearable
|
||||||
type="password"></v-text-field>
|
type="password"></v-text-field>
|
||||||
<v-btn color="blue" @click="submitLogin">Login</v-btn>
|
<v-btn color="blue" @click="submitLogin">Login</v-btn>
|
||||||
</v-responsive>
|
</v-responsive>
|
||||||
|
|
Loading…
Reference in a new issue