mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-18 01:06:39 +08:00
delect clearable
This commit is contained in:
parent
207f2b5ac4
commit
1b7c7a0dc1
@ -22,7 +22,6 @@
|
|||||||
<el-input
|
<el-input
|
||||||
v-model="ruleForm.username"
|
v-model="ruleForm.username"
|
||||||
size="large"
|
size="large"
|
||||||
clearable
|
|
||||||
placeholder="请输入账号"
|
placeholder="请输入账号"
|
||||||
@keyup="handleKeyup"
|
@keyup="handleKeyup"
|
||||||
/>
|
/>
|
||||||
@ -39,7 +38,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<el-input
|
<el-input
|
||||||
clearable
|
|
||||||
size="large"
|
size="large"
|
||||||
v-model="ruleForm.password"
|
v-model="ruleForm.password"
|
||||||
placeholder="请输入密码"
|
placeholder="请输入密码"
|
||||||
|
Loading…
Reference in New Issue
Block a user