DynamicDialog StyledDoc added

This commit is contained in:
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>