This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ant-design-vue
mirror of
https://github.com/vueComponent/ant-design-vue
Watch
1
Star
0
Fork
You've already forked ant-design-vue
0
Code
Issues
Projects
Releases
Wiki
Activity
594dc07dff
ant-design-vue
/
components
/
input
/
demo
/
password-input.md
222 B
Raw
Blame
History
#### 密码框 密码框,版本 1.4.0 中新增。 #### Password box Input type of password and added in 1.4.0.
<template>
<a-input-password placeholder="input password" />
</template>