From 1a4bba81073b8111c7fb47db2fe9df27cdccd155 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Tue, 5 Dec 2023 13:14:27 +0300 Subject: [PATCH] Chart unstyled code section deleted --- doc/chart/theming/TailwindDoc.vue | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/doc/chart/theming/TailwindDoc.vue b/doc/chart/theming/TailwindDoc.vue index 3fa45d933..ddca97b5c 100644 --- a/doc/chart/theming/TailwindDoc.vue +++ b/doc/chart/theming/TailwindDoc.vue @@ -4,9 +4,8 @@ PrimeVue offers a built-in Tailwind theme to get you started quickly. The default values related to the component are displayed below. The component can easily be styled with your own design based on Tailwind utilities, see the Tailwind Customization section for an example.

-

A playground sample with the pre-built Tailwind theme.

- + @@ -14,16 +13,7 @@ export default { data() { return { - code1: { - basic: ` -export default { - chart: { - root: 'relative' - } -} -` - }, - code2: { + code: { composition: `