Set correct default values

pull/827/head
Cagatay Civici 2020-12-31 19:51:31 +03:00
parent b3a84321dc
commit ec0cf27ea1
1 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ import Password from 'primevue/password';
<tr>
<td>promptLabel</td>
<td>string</td>
<td>Enter a password</td>
<td>null</td>
<td>Text to prompt password entry. Defaults to PrimeVue <router-link to="/locale">Locale</router-link> configuration.</td>
</tr>
<tr>
@ -79,19 +79,19 @@ import Password from 'primevue/password';
<tr>
<td>weakLabel</td>
<td>string</td>
<td>Weak</td>
<td>null</td>
<td>Text for a weak password. Defaults to PrimeVue <router-link to="/locale">Locale</router-link> configuration.</td>
</tr>
<tr>
<td>mediumLabel</td>
<td>string</td>
<td>Medium</td>
<td>null</td>
<td>Text for a medium password. Defaults to PrimeVue <router-link to="/locale">Locale</router-link> configuration.</td>
</tr>
<tr>
<td>strongLabel</td>
<td>string</td>
<td>Strong</td>
<td>null</td>
<td>Text for a strong password. Defaults to PrimeVue <router-link to="/locale">Locale</router-link> configuration.</td>
</tr>
<tr>