Chart unstyled code section deleted

pull/4931/head
tugcekucukoglu 2023-12-05 13:14:27 +03:00
parent c1bcb257de
commit 1a4bba8107
1 changed files with 2 additions and 12 deletions

View File

@ -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
<PrimeVueNuxtLink to="/tailwind">Tailwind Customization</PrimeVueNuxtLink> section for an example.
</p>
<DocSectionCode :code="code1" hideToggleCode importCode hideCodeSandbox hideStackBlitz scrollable />
<p class="mt-4">A playground sample with the pre-built Tailwind theme.</p>
<DocSectionCode :code="code2" :dependencies="{ 'chart.js': '3.3.2' }" component="Chart" embedded />
<DocSectionCode :code="code" :dependencies="{ 'chart.js': '3.3.2' }" component="Chart" embedded />
</DocSectionText>
</template>
@ -14,16 +13,7 @@
export default {
data() {
return {
code1: {
basic: `
export default {
chart: {
root: 'relative'
}
}
`
},
code2: {
code: {
composition: `
<template>
<div class="card">