You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If anyone else is trying to make this component compatible with Vue3 you need to make the following changes in src/components/PasswordStrengthMeter.vue
Hi there !
Thank you for this awesome library.
I tried to use it in a Vue3 project and it didn't work. The password value seems to keep only one character.
After investigating a bit I found these references about breaking changes in Vue3
If anyone else is trying to make this component compatible with Vue3 you need to make the following changes in src/components/PasswordStrengthMeter.vue
line 14:
line 62:
line 68:
line 232:
line 294:
This makes it work on my environment with vue@3.0.5 .
The text was updated successfully, but these errors were encountered: