mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Update BasicDoc.vue
This commit is contained in:
parent
b9700aef2d
commit
ea0221c234
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
</DocSectionText>
|
||||
<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 }">
|
||||
{{ item.name }}
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue