# vue-pwd **Repository Path**: roc1024/vue-pwd ## Basic Information - **Project Name**: vue-pwd - **Description**: 移动端支付密码输入框(仿支付宝) - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 21 - **Forks**: 6 - **Created**: 2018-12-21 - **Last Updated**: 2025-02-12 ## Categories & Tags **Categories**: vue-extensions **Tags**: None ## README # vue-pwd ## 安装(需要安装v-tap依赖) ``` npm i vue-pwd -S npm i v-tap -S ``` ### 导入 ``` import Vue from 'vue'; import vuePwd from 'vue-pwd'; import 'vue-pwd/lib/vuepwd.css'; Vue.use(vuePwd); ```