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

@ -58,8 +58,7 @@ export default {
return {
sales: null,
code: {
basic: `
<DataTable :value="sales" tableStyle="min-width: 50rem">
basic: `<DataTable :value="sales" tableStyle="min-width: 50rem">
<ColumnGroup type="header">
<Row>
<Column header="Product" :rowspan="3" />
@ -101,8 +100,7 @@ export default {
</Row>
</ColumnGroup>
</DataTable>`,
options: `
<template>
options: `<template>
<DataTable :value="sales" tableStyle="min-width: 50rem">
<ColumnGroup type="header">
<Row>
@ -198,8 +196,7 @@ export default {
}
<\/script>
`,
composition: `
<template>
composition: `<template>
<DataTable :value="sales" tableStyle="min-width: 50rem">
<ColumnGroup type="header">
<Row>