primevue-mirror/doc/calendar/LocaleDoc.vue

6 lines
275 B
Vue
Raw Normal View History

2023-02-28 08:29:30 +00:00
<template>
<DocSectionText v-bind="$attrs">
2023-03-08 11:28:36 +00:00
<p>Locale for different languages and formats is defined globally, refer to the <NuxtLink to="/configuration/#locale">PrimeVue Locale</NuxtLink> configuration for more information.</p>
2023-02-28 08:29:30 +00:00
</DocSectionText>
</template>