mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-08 08:07:46 +08:00
限制密码输入框打中文
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
<el-input
|
||||
v-model="formData.password"
|
||||
show-password
|
||||
type="password"
|
||||
placeholder="请输入密码"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
@@ -53,6 +54,7 @@
|
||||
<el-input
|
||||
v-model="formData.password_confirm"
|
||||
show-password
|
||||
type="password"
|
||||
placeholder="请输入确认密码"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
|
||||
Reference in New Issue
Block a user