Skip to content

Commit

Permalink
fix: Add missing emit event type if only strength-meter is active
Browse files Browse the repository at this point in the history
Should fix #32
  • Loading branch information
apertureless committed Jan 7, 2019
1 parent 6ced855 commit ed135c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PasswordStrengthMeter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
watch: {
value (newValue) {
if (this.strengthMeterOnly) {
this.emitValue(newValue)
this.emitValue('input', newValue)
}
},
passwordStrength (score) {
Expand Down

0 comments on commit ed135c9

Please sign in to comment.