<cn>
#### 密码框
密码框,版本 1.4.0 中新增。
</cn>

<us>
#### Password box
Input type of password and added in 1.4.0.
</us>

```html
<template>
  <a-input-password placeholder="input password" />
</template>
```