modify text

This commit is contained in:
MaysWind
2020-10-25 19:42:45 +08:00
parent 9e63373b4f
commit 35eac86454
3 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
type="text"
clear-button
:label="$t('Username')"
:placeholder="$t('Username or Email')"
:placeholder="$t('Your username or Email')"
:value="username"
@input="username = $event.target.value; tempToken = ''"
></f7-list-input>
@@ -14,7 +14,7 @@
type="password"
clear-button
:label="$t('Password')"
:placeholder="$t('Password')"
:placeholder="$t('Your password')"
:value="password"
@input="password = $event.target.value; tempToken = ''"
></f7-list-input>