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
|
@ -8,22 +8,19 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
code: {
|
||||
basic: `
|
||||
<DynamicDialog
|
||||
basic: `<DynamicDialog
|
||||
:pt="{
|
||||
root: { class: 'w-12 sm:w-9 md:w-6' }
|
||||
}"
|
||||
/>`,
|
||||
options: `
|
||||
<template>
|
||||
options: `<template>
|
||||
<DynamicDialog
|
||||
:pt="{
|
||||
root: { class: 'w-12 sm:w-9 md:w-6' }
|
||||
}"
|
||||
/>
|
||||
</template>`,
|
||||
composition: `
|
||||
<template>
|
||||
composition: `<template>
|
||||
<DynamicDialog
|
||||
:pt="{
|
||||
root: { class: 'w-12 sm:w-9 md:w-6' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue