mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Docs typing updates
This commit is contained in:
parent
ca65d7dfdb
commit
cfc8136b25
739 changed files with 2027 additions and 3969 deletions
|
@ -14,11 +14,9 @@ export default {
|
|||
return {
|
||||
checked: false,
|
||||
code: {
|
||||
basic: `
|
||||
<ToggleButton v-model="checked" disabled onIcon="pi pi-check" offIcon="pi pi-times"
|
||||
basic: `<ToggleButton v-model="checked" disabled onIcon="pi pi-check" offIcon="pi pi-times"
|
||||
class="w-full sm:w-10rem" aria-label="Confirmation" />`,
|
||||
options: `
|
||||
<template>
|
||||
options: `<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<ToggleButton v-model="checked" disabled onIcon="pi pi-check" offIcon="pi pi-times"
|
||||
class="w-full sm:w-10rem" aria-label="Confirmation" />
|
||||
|
@ -34,8 +32,7 @@ export default {
|
|||
}
|
||||
};
|
||||
<\/script>`,
|
||||
composition: `
|
||||
<template>
|
||||
composition: `<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<ToggleButton v-model="checked" disabled onIcon="pi pi-check" offIcon="pi pi-times"
|
||||
class="w-full sm:w-10rem" aria-label="Confirmation" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue