Merge pull request #5315 from qburst/master

Fix #5314 - Filled Password Example
pull/5323/head
Tuğçe Küçükoğlu 2024-02-22 14:15:30 +03:00 committed by GitHub
commit 2e90fe4ed3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<p>Specify the <i>variant</i> property as <i>filled</i> to display the component with a higher visual emphasis than the default <i>outlined</i> style.</p>
</DocSectionText>
<div class="card flex justify-content-center">
<Password v-model="value" :feedback="false" invalid variant="filled" />
<Password v-model="value" :feedback="false" variant="filled" />
</div>
<DocSectionCode :code="code" />
</template>