We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fdfac commit 92dab66Copy full SHA for 92dab66
src/components/PasswordStrengthMeter.vue
@@ -54,6 +54,8 @@
54
import zxcvbn from 'zxcvbn'
55
56
export default {
57
+ name: 'VuePasswordStrengthMeter',
58
+ inheritAttrs: false,
59
props: {
60
/**
61
* Binded value
0 commit comments