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

@ -46,8 +46,7 @@ export default {
return {
products: null,
code: {
basic: `
<DataTable :value="products" tableStyle="min-width: 50rem">
basic: `<DataTable :value="products" tableStyle="min-width: 50rem">
<template #header>
<div class="flex flex-wrap align-items-center justify-content-between gap-2">
<span class="text-xl text-900 font-bold">Products</span>
@ -78,8 +77,7 @@ export default {
</Column>
<template #footer> In total there are {{ products ? products.length : 0 }} products. </template>
</DataTable>`,
options: `
<template>
options: `<template>
<div class="card">
<DataTable :value="products" tableStyle="min-width: 50rem">
<template #header>
@ -149,8 +147,7 @@ export default {
}
};
<\/script>`,
composition: `
<template>
composition: `<template>
<div class="card">
<DataTable :value="products" tableStyle="min-width: 50rem">
<template #header>