mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Docs typing updates
This commit is contained in:
parent
ca65d7dfdb
commit
cfc8136b25
739 changed files with 2027 additions and 3969 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue