Merge pull request #3 from qburst/#5314-fix-filled-password-example
#5314: Fix invalid prop in filled password examplepull/5315/head
commit
b16d6e2de2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue