mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Docs typing updates
This commit is contained in:
parent
ca65d7dfdb
commit
cfc8136b25
739 changed files with 2027 additions and 3969 deletions
|
@ -18,16 +18,14 @@ export default {
|
|||
return {
|
||||
visible: false,
|
||||
code: {
|
||||
basic: `
|
||||
<div class="card flex justify-content-center">
|
||||
basic: `<div class="card flex justify-content-center">
|
||||
<Sidebar v-model:visible="visible" position="full">
|
||||
<h2>Sidebar</h2>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
|
||||
</Sidebar>
|
||||
<Button icon="pi pi-arrow-right" @click="visible = true" />
|
||||
</div>`,
|
||||
options: `
|
||||
<template>
|
||||
options: `<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<Sidebar v-model:visible="visible" position="full">
|
||||
<h2>Sidebar</h2>
|
||||
|
@ -46,8 +44,7 @@ export default {
|
|||
}
|
||||
}
|
||||
<\/script>`,
|
||||
composition: `
|
||||
<template>
|
||||
composition: `<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<Sidebar v-model:visible="visible" position="full">
|
||||
<h2>Sidebar</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue