Code representation style fixes

This commit is contained in:
Tuğçe Küçükoğlu 2023-09-22 15:54:14 +03:00
parent 11051fc020
commit e0fe133189
863 changed files with 4545 additions and 2404 deletions

View file

@ -26,7 +26,8 @@ export default {
return {
products: null,
code: {
basic: `<DataTable :value="products" ref="dt" tableStyle="min-width: 50rem">
basic: `
<DataTable :value="products" ref="dt" tableStyle="min-width: 50rem">
<template #header>
<div style="text-align: left">
<Button icon="pi pi-external-link" label="Export" @click="exportCSV($event)" />
@ -37,7 +38,8 @@ export default {
<Column field="category" header="Category"></Column>
<Column field="quantity" header="Quantity"></Column>
</DataTable>`,
options: `<template>
options: `
<template>
<div>
<DataTable :value="products" ref="dt" tableStyle="min-width: 50rem">
<template #header>
@ -73,7 +75,8 @@ export default {
}
<\/script>
`,
composition: `<template>
composition: `
<template>
<div>
<DataTable :value="products" ref="dt" tableStyle="min-width: 50rem">
<template #header>