2019-04-07 09:19:18 +00:00
|
|
|
<cn>
|
|
|
|
#### 密码框
|
|
|
|
密码框,版本 1.4.0 中新增。
|
|
|
|
</cn>
|
|
|
|
|
|
|
|
<us>
|
|
|
|
#### Password box
|
|
|
|
Input type of password and added in 1.4.0.
|
|
|
|
</us>
|
|
|
|
|
2019-10-09 10:32:23 +00:00
|
|
|
```tpl
|
2019-04-07 09:19:18 +00:00
|
|
|
<template>
|
|
|
|
<a-input-password placeholder="input password" />
|
|
|
|
</template>
|
|
|
|
```
|