mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Update DropdownDoc.vue
This commit is contained in:
parent
a6d2997acc
commit
3dbe46872c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
</p>
|
</p>
|
||||||
</DocSectionText>
|
</DocSectionText>
|
||||||
<div class="card flex justify-content-center">
|
<div class="card flex justify-content-center">
|
||||||
<AutoComplete v-model="value" dropdown :suggestions="items" @complete="search" unstyled />
|
<AutoComplete v-model="value" dropdown :suggestions="items" @complete="search" />
|
||||||
</div>
|
</div>
|
||||||
<DocSectionCode :code="code" />
|
<DocSectionCode :code="code" />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue