You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<cn>
|
|
|
|
#### 密码框
|
|
|
|
密码框,版本 1.4.0 中新增。
|
|
|
|
</cn>
|
|
|
|
|
|
|
|
<us>
|
|
|
|
#### Password box
|
|
|
|
Input type of password and added in 1.4.0.
|
|
|
|
</us>
|
|
|
|
|
|
|
|
```tpl
|
|
|
|
<template>
|
|
|
|
<a-input-password placeholder="input password" />
|
|
|
|
</template>
|
|
|
|
```
|