Skip to content

Commit

Permalink
fix: Add missing inheritAttrs: false so the root element does not bin…
Browse files Browse the repository at this point in the history
…d attributes

Closes #48
  • Loading branch information
apertureless committed Apr 30, 2020
1 parent 95fdfac commit 92dab66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/PasswordStrengthMeter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
import zxcvbn from 'zxcvbn'
export default {
name: 'VuePasswordStrengthMeter',
inheritAttrs: false,
props: {
/**
* Binded value
Expand Down

0 comments on commit 92dab66

Please sign in to comment.