DynamicDialog StyledDoc added

pull/4243/head
Tuğçe Küçükoğlu 2023-08-07 15:48:33 +03:00
parent 62799717e6
commit ea472701a1
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<template>
<DocSectionText v-bind="$attrs">
<p>List of class names can be found in <PrimeVueNuxtLink to="/dialog/#styled">Dialog</PrimeVueNuxtLink> theming documentation.</p>
</DocSectionText>
</template>

View File

@ -9,12 +9,18 @@
</template> </template>
<script> <script>
import StyledDoc from './StyledDoc.vue';
import TailwindDoc from './TailwindDoc.vue'; import TailwindDoc from './TailwindDoc.vue';
export default { export default {
data() { data() {
return { return {
docs: [ docs: [
{
id: 'styled',
label: 'Styled',
component: StyledDoc
},
{ {
id: 'unstyled', id: 'unstyled',
label: 'Unstyled', label: 'Unstyled',