Docs typing updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-16 16:58:31 +03:00
parent ca65d7dfdb
commit cfc8136b25
739 changed files with 2027 additions and 3969 deletions

View file

@ -48,8 +48,7 @@ export default {
data() {
return {
code: {
basic: `
<Panel header="Header" toggleable
basic: `<Panel header="Header" toggleable
:pt="{
header: (options) => ({
id: 'myPanelHeader',
@ -73,8 +72,7 @@ export default {
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</Panel>`,
options: `
<template>
options: `<template>
<div class="card">
<Panel header="Header" toggleable
:pt="{
@ -105,8 +103,7 @@ export default {
<script>
<\/script>`,
composition: `
<template>
composition: `<template>
<div class="card">
<Panel header="Header" toggleable
:pt="{