minor
This commit is contained in:
@@ -11,13 +11,13 @@
|
|||||||
v-text-field(v-model='email' type='email'
|
v-text-field(v-model='email' type='email'
|
||||||
validate-on-blur
|
validate-on-blur
|
||||||
:rules='$validators.email' autofocus
|
:rules='$validators.email' autofocus
|
||||||
:placeholder='$t("common.email")'
|
:label='$t("common.email")'
|
||||||
ref='email')
|
ref='email')
|
||||||
|
|
||||||
v-text-field(v-model='password'
|
v-text-field(v-model='password'
|
||||||
:rules='$validators.password'
|
:rules='$validators.password'
|
||||||
type='password'
|
type='password'
|
||||||
:placeholder='$t("common.password")')
|
:label='$t("common.password")')
|
||||||
|
|
||||||
v-card-actions
|
v-card-actions
|
||||||
v-btn(text
|
v-btn(text
|
||||||
|
|||||||
Reference in New Issue
Block a user