Skip to content

Commit 92dab66

Browse files
committed
fix: Add missing inheritAttrs: false so the root element does not bind attributes
Closes #48
1 parent 95fdfac commit 92dab66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/PasswordStrengthMeter.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
import zxcvbn from 'zxcvbn'
5555
5656
export default {
57+
name: 'VuePasswordStrengthMeter',
58+
inheritAttrs: false,
5759
props: {
5860
/**
5961
* Binded value

0 commit comments

Comments
 (0)