Update BasicDoc.vue
parent
b9700aef2d
commit
ea0221c234
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue