# password-input **Repository Path**: liuhuanhui/password-input ## Basic Information - **Project Name**: password-input - **Description**: 类似支付宝密码输入框 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-08 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 支付密码输入框 #### 项目介绍 类似支付宝密码输入框 #### 软件架构 vue #### 安装教程 1. 安装 cnpm install passwordinput or npm install passwordinput or yarn add passwordinput 2. 使用 ``` 1.import import PasswordInput from '~/components/passwordInput' 2.add to components export default { components: { PasswordInput } } 3.*.vue 使用 ``` #### 使用说明 1. 支持密码长度,默认为6,可以再使用组件的时候传入length 密码长度