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

222 B

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