vue-password-strength-meter
vue-password-strength-meter copied to clipboard
🔐 Password strength meter based on zxcvbn in vue.js
### Expected Behavior To be able to customize input class (for example red border) To be able to catch the blur event ### Actual Behavior Nothing happen when using directives...
### Expected Behavior ``` $ vue add vue-password-strength-meter zxcvbn Installed! ``` All necessary dependencies would be added to the `package.json` according to https://cli.vuejs.org/guide/plugins-and-presets.html#plugins such as (https://github.com/vuetifyjs/vue-cli-plugin-vuetify, router or vuex) ###...