mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
d68b04ff91
commit
88612dbd8b
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@
|
|||
v-text-field(v-model='email' type='email'
|
||||
validate-on-blur
|
||||
:rules='$validators.email' autofocus
|
||||
:placeholder='$t("common.email")'
|
||||
:label='$t("common.email")'
|
||||
ref='email')
|
||||
|
||||
v-text-field(v-model='password'
|
||||
:rules='$validators.password'
|
||||
type='password'
|
||||
:placeholder='$t("common.password")')
|
||||
:label='$t("common.password")')
|
||||
|
||||
v-card-actions
|
||||
v-btn(text
|
||||
|
|
Loading…
Reference in a new issue