mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Refactor #3965 - Update for unstyled prop
This commit is contained in:
parent
bb3a383b97
commit
a5ec0a6b9f
14 changed files with 39 additions and 15 deletions
|
@ -6,7 +6,7 @@
|
|||
</p>
|
||||
</DocSectionText>
|
||||
<div class="card flex justify-content-center">
|
||||
<AutoComplete v-model="value" dropdown :suggestions="items" @complete="search" />
|
||||
<AutoComplete v-model="value" dropdown :suggestions="items" @complete="search" unstyled />
|
||||
</div>
|
||||
<DocSectionCode :code="code" />
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue