From ec0cf27ea11be2d9af014339f08fa73a4cc662d3 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Thu, 31 Dec 2020 19:51:31 +0300 Subject: [PATCH] Set correct default values --- src/views/password/PasswordDoc.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/password/PasswordDoc.vue b/src/views/password/PasswordDoc.vue index e2eae0c80..f44c27507 100755 --- a/src/views/password/PasswordDoc.vue +++ b/src/views/password/PasswordDoc.vue @@ -61,7 +61,7 @@ import Password from 'primevue/password'; promptLabel string - Enter a password + null Text to prompt password entry. Defaults to PrimeVue Locale configuration. @@ -79,19 +79,19 @@ import Password from 'primevue/password'; weakLabel string - Weak + null Text for a weak password. Defaults to PrimeVue Locale configuration. mediumLabel string - Medium + null Text for a medium password. Defaults to PrimeVue Locale configuration. strongLabel string - Strong + null Text for a strong password. Defaults to PrimeVue Locale configuration.