Skip to content

Commit c72b0cd

Browse files
committed
support chinese and number in username
1 parent a40bf29 commit c72b0cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ <h1 class="text-center">MobaXterm Crack</h1>
3939

4040
<div class="pure-control-group pure-u-1">
4141
<label for="userName">用户名:</label>
42-
<my-input :idattr="'userName'" :validation="'^[a-zA-Z]+$'" :valueattr="userName"
42+
<!-- <my-input :idattr="'userName'" :validation="'^[a-zA-Z]+$'" :valueattr="userName"
4343
:validationtips="'只能使用字母'" :placeholderattr="'示例 defaultUser'"
4444
@set-data="setUserName">
45+
</my-input> -->
46+
<my-input :idattr="'userName'" :valueattr="userName"
47+
@set-data="setUserName">
4548
</my-input>
4649
</div>
4750

0 commit comments

Comments
 (0)