mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Docs typing updates
This commit is contained in:
parent
ca65d7dfdb
commit
cfc8136b25
739 changed files with 2027 additions and 3969 deletions
|
@ -19,10 +19,8 @@ export default {
|
|||
{ name: 'Option 3', value: 3 }
|
||||
],
|
||||
code: {
|
||||
basic: `
|
||||
<SelectButton v-model="value" :options="options" optionLabel="name" multiple aria-labelledby="multiple" />`,
|
||||
options: `
|
||||
<template>
|
||||
basic: `<SelectButton v-model="value" :options="options" optionLabel="name" multiple aria-labelledby="multiple" />`,
|
||||
options: `<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<SelectButton v-model="value" :options="options" optionLabel="name" multiple aria-labelledby="multiple" />
|
||||
</div>
|
||||
|
@ -42,8 +40,7 @@ export default {
|
|||
}
|
||||
};
|
||||
<\/script>`,
|
||||
composition: `
|
||||
<template>
|
||||
composition: `<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<SelectButton v-model="value" :options="options" optionLabel="name" multiple aria-labelledby="multiple" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue