Update BasicDoc.vue

pull/5507/head
tugcekucukoglu 2024-04-02 11:39:52 +03:00
parent b9700aef2d
commit ea0221c234
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<p>PickList requires a multidimensional array as its value bound with the <i>v-model </i>directive and a template for its content that gets the <i>item</i> instance and the index via slotProps.</p> <p>PickList requires a multidimensional array as its value bound with the <i>v-model </i>directive and a template for its content that gets the <i>item</i> instance and the index via slotProps.</p>
</DocSectionText> </DocSectionText>
<div class="card"> <div class="card">
<PickList v-model="products" dataKey="id" breakpoint="1400px"> <PickList v-model="products" dataKey="id" listStyle="height:342px" breakpoint="1400px">
<template #item="{ item }"> <template #item="{ item }">
{{ item.name }} {{ item.name }}
</template> </template>