mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
browser example fix
This commit is contained in:
parent
2c45f4f74e
commit
9a919ff9e2
4 changed files with 10 additions and 10 deletions
|
@ -290,7 +290,7 @@ export default {
|
|||
<p-selectbutton v-model="value2" :options="paymentOptions" option-label="name" multiple></p-selectbutton>
|
||||
|
||||
<h5>Custom Content</h5>
|
||||
<p-selectbutton v-model="value3" :options="justifyOptions" dataKey="value">
|
||||
<p-selectbutton v-model="value3" :options="justifyOptions" data-key="value">
|
||||
<template #option="slotProps">
|
||||
<i :class="slotProps.option.icon"></i>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue