ant-design-vue/components/input/demo/password-input.md

16 lines
223 B
Markdown
Raw Normal View History

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>
```html
<template>
<a-input-password placeholder="input password" />
</template>
```