DynamicDialog StyledDoc added
parent
62799717e6
commit
ea472701a1
|
@ -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>
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue