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.
ant-design-vue/components/input/demo/password-input.md

16 lines
222 B

6 years ago
<cn>
#### 密码框
密码框,版本 1.4.0 中新增。
</cn>
<us>
#### Password box
Input type of password and added in 1.4.0.
</us>
```tpl
6 years ago
<template>
<a-input-password placeholder="input password" />
</template>
```