6 lines
222 B
Vue
6 lines
222 B
Vue
|
<template>
|
||
|
<DocSectionText v-bind="$attrs">
|
||
|
<p>Each PrimeVue theme exports numerous CSS variables, refer to <NuxtLink to="/colors">Colors</NuxtLink> page for more details.</p>
|
||
|
</DocSectionText>
|
||
|
</template>
|