diff --git a/src/components/password/Password.vue b/src/components/password/Password.vue index 09b265aad..40d1f2ee2 100755 --- a/src/components/password/Password.vue +++ b/src/components/password/Password.vue @@ -10,7 +10,7 @@
-
{{infoText}}
+
{{infoText}}
@@ -164,7 +164,7 @@ export default { }, onKeyUp(event) { if (this.feedback) { - let value = event.target.value; + const value = event.target.value; let label = null; let meter = null; @@ -330,7 +330,7 @@ export default { .p-password-strength { height: 100%; - width: 0%; + width: 0; transition: width 1s ease-in-out; }