We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5638640 commit 3aa473bCopy full SHA for 3aa473b
src/views/user/Login.vue
@@ -29,18 +29,16 @@
29
</a-form-item>
30
31
<a-form-item>
32
- <a-input
+ <a-input-password
33
size="large"
34
- type="password"
35
- autocomplete="false"
36
placeholder="密码: admin or ant.design"
37
v-decorator="[
38
'password',
39
{rules: [{ required: true, message: '请输入密码' }], validateTrigger: 'blur'}
40
]"
41
>
42
<a-icon slot="prefix" type="lock" :style="{ color: 'rgba(0,0,0,.25)' }"/>
43
- </a-input>
+ </a-input-password>
44
45
</a-tab-pane>
46
<a-tab-pane key="tab2" tab="手机号登录">
0 commit comments