6 lines
260 B
Vue
6 lines
260 B
Vue
|
<template>
|
||
|
<DocSectionText v-bind="$attrs">
|
||
|
<p>Locale for different languages and formats is defined globally, refer to the <NuxtLink to="/locale">PrimeVue Locale</NuxtLink> configuration for more information.</p>
|
||
|
</DocSectionText>
|
||
|
</template>
|