Update DropdownDoc.vue

pull/4030/head
Tuğçe Küçükoğlu 2023-06-05 11:56:46 +03:00
parent a6d2997acc
commit 3dbe46872c
1 changed files with 1 additions and 1 deletions

View File

@ -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>