modify text

This commit is contained in:
MaysWind
2020-11-17 20:46:20 +08:00
parent a2560e6535
commit 52e64920ec
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
type="text"
clear-button
:label="$t('Username')"
:placeholder="$t('Your username or Email')"
:placeholder="$t('Your username or email')"
:value="username"
@input="username = $event.target.value; tempToken = ''"
></f7-list-input>